diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-25 00:05:56 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-25 00:05:56 +0000 |
commit | 1ae9d05173a5960eaf84dcb55b91374fa2bb6639 (patch) | |
tree | 0b82d974ee07015fe307ca213c88253252a57d51 /options.h | |
parent | --remap-usr1 will now also remap signals thrown during initialization. (diff) | |
download | openvpn-1ae9d05173a5960eaf84dcb55b91374fa2bb6639.tar.xz |
Added --connect-timeout option to control the timeout
on TCP client connection attempts (doesn't work on all
OSes). This patch also makes OpenVPN signalable during
TCP connection attempts.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@823 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | options.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -149,6 +149,8 @@ struct options int connect_retry_seconds; int connect_retry_max; bool connect_retry_defined; + int connect_timeout; + bool connect_timeout_defined; /* Advanced MTU negotiation and datagram fragmentation options */ int mtu_discover_type; /* used if OS supports setting Path MTU discovery options on socket */ |