summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-02-17 08:27:34 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-02-17 08:27:34 +0000
commitb4ddf9e4347a962ce0f12ad9f29d6a9e00ca63c6 (patch)
tree6f615b84fd90671d86fdaf8091c5155b20f7d097
parent522fccc3f07cb80b1a7719eefe26befbe067c7c6 (diff)
downloadopenvpn-b4ddf9e4347a962ce0f12ad9f29d6a9e00ca63c6.tar.gz
openvpn-b4ddf9e4347a962ce0f12ad9f29d6a9e00ca63c6.tar.xz
openvpn-b4ddf9e4347a962ce0f12ad9f29d6a9e00ca63c6.zip
Clarified tcp-queue-limit man page entry
(Matti Linnanvuori). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2750 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r--openvpn.86
1 files changed, 3 insertions, 3 deletions
diff --git a/openvpn.8 b/openvpn.8
index 37815c9..cf818b3 100644
--- a/openvpn.8
+++ b/openvpn.8
@@ -2858,13 +2858,13 @@ buffers for broadcast datagrams (default=256).
.\"*********************************************************
.TP
.B --tcp-queue-limit n
-Maximum number of queued TCP output packets (default=64).
+Maximum number of output packets queued before TCP (default=64).
When OpenVPN is tunneling data from a TUN/TAP device to a
remote client over a TCP connection, it is possible that the TUN/TAP device
might produce data at a faster rate than the TCP connection
-can support. When the number of queued TCP output packets reaches
-this limit for a given client connection,
+can support. When the number of output packets queued before sending to
+the TCP socket reaches this limit for a given client connection,
OpenVPN will start to drop outgoing packets directed
at this client.
.\"*********************************************************