summaryrefslogtreecommitdiffstats
path: root/openvpn.8
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-06-11 04:22:11 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-06-11 04:22:11 +0000
commit838911cc424dcc0c03db1e9b256965976068c1a1 (patch)
tree91f58a1f1f5bb6ad18a44dfbdef711de5d63d7a4 /openvpn.8
parentacb567cde0676497f07e9127d68cbedcd90e52be (diff)
downloadopenvpn-838911cc424dcc0c03db1e9b256965976068c1a1.tar.gz
openvpn-838911cc424dcc0c03db1e9b256965976068c1a1.tar.xz
openvpn-838911cc424dcc0c03db1e9b256965976068c1a1.zip
Added optional minimum-number-of-bytes
parameter to --inactive directive. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1036 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'openvpn.8')
-rw-r--r--openvpn.813
1 files changed, 10 insertions, 3 deletions
diff --git a/openvpn.8 b/openvpn.8
index 1c05fd2..51e9f82 100644
--- a/openvpn.8
+++ b/openvpn.8
@@ -160,7 +160,7 @@ openvpn \- secure IP tunnel daemon.
[\ \fB\-\-ifconfig\-pool\fR\ \fIstart\-IP\ end\-IP\ [netmask]\fR\ ]
[\ \fB\-\-ifconfig\-push\fR\ \fIlocal\ remote\-netmask\fR\ ]
[\ \fB\-\-ifconfig\fR\ \fIl\ rn\fR\ ]
-[\ \fB\-\-inactive\fR\ \fIn\fR\ ]
+[\ \fB\-\-inactive\fR\ \fIn\ [bytes]\fR\ ]
[\ \fB\-\-inetd\fR\ \fI[wait|nowait]\ [progname]\fR\ ]
[\ \fB\-\-ip\-win32\fR\ \fImethod\fR\ ]
[\ \fB\-\-ipchange\fR\ \fIcmd\fR\ ]
@@ -1442,11 +1442,18 @@ OpenVPN allows
to be between 100 bytes/sec and 100 Mbytes/sec.
.\"*********************************************************
.TP
-.B --inactive n
-(Experimental) Causes OpenVPN to exit after
+.B --inactive n [bytes]
+Causes OpenVPN to exit after
.B n
seconds of inactivity on the TUN/TAP device. The time length
of inactivity is measured since the last incoming tunnel packet.
+
+If the optional
+.B bytes
+parameter is included,
+exit after n seconds of activity on tun/tap device
+produces a combined in/out byte count that is less than
+.B bytes.
.\"*********************************************************
.TP
.B --ping n