ambrop7 14 лет назад
Родитель
Сommit
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>] ..."
 .RB "[" --ext-addr " <addr / {server_reported}:port> <scope_name>] ..."
 .br
 .br
 .RE
 .RE
-]
+] ...
 .br
 .br
 .BR --transport-mode " <udp/tcp>"
 .BR --transport-mode " <udp/tcp>"
 .br
 .br
@@ -221,7 +221,7 @@ TLS server usage context. This option must match on all peers.
 .BR --peer-tcp-socket-sndbuf " <bytes / 0>"
 .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
 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
 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
 .TP
 .BR --send-buffer-size " <num-packets>"
 .BR --send-buffer-size " <num-packets>"
 Sets the minimum size of the peers' send buffers for sending frames originating from this system, in
 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
 .B certutil
 command. See the examples section on how to generate and distribute the certificates.
 command. See the examples section on how to generate and distribute the certificates.
 .P
 .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
 .B TLS for TCP data connections
 .P
 .P
 If TCP is used for data connections between the peers, the data connections can be secured
 If TCP is used for data connections between the peers, the data connections can be secured