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 /options.h | |
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 '')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -147,6 +147,7 @@ struct options /* Protocol type (PROTO_UDP or PROTO_TCP) */ int proto; int connect_retry_seconds; + int connect_retry_max; bool connect_retry_defined; /* Advanced MTU negotiation and datagram fragmentation options */ |