diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-09 08:36:26 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-09 08:36:26 +0000 |
commit | b540a9e07571aaaeea5cc2b81e695829d228c2f1 (patch) | |
tree | e7e2e86384943f6e5541865970aedf88b7590488 /openvpn.8 | |
parent | Removed annoying 'i' variable from add_option. (diff) | |
download | openvpn-b540a9e07571aaaeea5cc2b81e695829d228c2f1.tar.xz |
Merged (with some changes) Alon's
connect-retry-max option from
/contrib/alon/BETA21@783.
Added uninit_management_callback call to
init_instance_handle_signals so that
signals thrown during initialization can
bring us back to a management hold.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@786 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'openvpn.8')
-rw-r--r-- | openvpn.8 | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -119,6 +119,7 @@ openvpn \- secure IP tunnel daemon. [\ \fB\-\-config\fR\ \fIfile\fR\ ] [\ \fB\-\-connect\-freq\fR\ \fIn\ sec\fR\ ] [\ \fB\-\-connect\-retry\fR\ \fIn\fR\ ] +[\ \fB\-\-connect\-retry\-max\fR\ \fIn\fR\ ] [\ \fB\-\-crl\-verify\fR\ \fIcrl\fR\ ] [\ \fB\-\-cryptoapicert\fR\ \fIselect\-string\fR\ ] [\ \fB\-\-daemon\fR\ \fI[progname]\fR\ ] @@ -553,7 +554,9 @@ started with will attempt to connect, and if that fails, will sleep for 5 seconds (adjustable via the .B --connect-retry -option) and try again. Both TCP client and server will simulate +option) and try again infinite or up to N retries (adjustable via the +.B --connect-retry-max +option). Both TCP client and server will simulate a SIGUSR1 restart signal if either side resets the connection. OpenVPN is designed to operate optimally over UDP, but TCP capability is provided @@ -582,6 +585,15 @@ number of seconds to wait between connection retries (default=5). .\"********************************************************* .TP +.B --connect-retry-max n +For +.B --proto tcp-client, +take +.B n +as the +number of retries of connection attempt (default=infinite). +.\"********************************************************* +.TP .B --http-proxy server port [authfile] [auth-method] Connect to remote host through an HTTP proxy at address .B server |