소스 검색

update man pages

ambrop7 14 년 전
부모
커밋
bd9eb8f56d
2개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      badvpn-client.8
  2. 7 0
      badvpn.7

+ 2 - 2
badvpn-client.8

@@ -47,7 +47,7 @@ badvpn-client \- VPN node daemon for the BadVPN peer-to-peer VPN system
 .RB "[" --ext-addr " <addr / {server_reported}:port> <scope_name>] ..."
 .br
 .RE
-]
+] ...
 .br
 .BR --transport-mode " <udp/tcp>"
 .br
@@ -221,7 +221,7 @@ TLS server usage context. This option must match on all peers.
 .BR --peer-tcp-socket-sndbuf " <bytes / 0>"
 Sets the value of the SO_SNDBUF socket option for peer TCP sockets (zero to not set). Lower values
 will improve fairness when data from multiple sources (local and relaying) is being sent to a
-given peer, but may result in lower bandwidth if the network's bandwidth-delay product to too big.
+given peer, but may result in lower bandwidth if the network's bandwidth-delay product is too big.
 .TP
 .BR --send-buffer-size " <num-packets>"
 Sets the minimum size of the peers' send buffers for sending frames originating from this system, in

+ 7 - 0
badvpn.7

@@ -97,6 +97,13 @@ generated with the
 .B certutil
 command. See the examples section on how to generate and distribute the certificates.
 .P
+.B TLS for peer messaging
+.P
+If TLS is being used for client-server connections, it will also be used between each pair of
+peers communicating via the server, on top of the TLS connections to the server. This secures
+the messages from the server itself. It is important because the messages may include
+encryption keys and other private data.
+.P
 .B TLS for TCP data connections
 .P
 If TCP is used for data connections between the peers, the data connections can be secured