|
|
@@ -1,4 +1,4 @@
|
|
|
-.TH badvpn-client 8 "6 October 2010"
|
|
|
+.TH badvpn-client 8 "21 June 2011"
|
|
|
.SH NAME
|
|
|
badvpn-client \- VPN node daemon for the BadVPN peer-to-peer VPN system
|
|
|
.SH SYNOPSIS
|
|
|
@@ -70,6 +70,8 @@ badvpn-client \- VPN node daemon for the BadVPN peer-to-peer VPN system
|
|
|
.RS
|
|
|
.RB "(ssl? [" --peer-ssl "])"
|
|
|
.br
|
|
|
+.RB "[" --peer-tcp-socket-sndbuf " <bytes / 0>]"
|
|
|
+.br
|
|
|
.RE
|
|
|
)
|
|
|
.br
|
|
|
@@ -214,6 +216,11 @@ When using TCP transport, enables TLS for data connections. Requires using TLS f
|
|
|
For this to work, the peers must trust each others' cerificates, and the cerificates must grant the
|
|
|
TLS server usage context. This option must match on all peers.
|
|
|
.TP
|
|
|
+.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.
|
|
|
+.TP
|
|
|
.BR --send-buffer-size " <num-packets>"
|
|
|
Sets the minimum size of the peers' send buffers for sending frames originating from this system, in
|
|
|
number of packets.
|