From e1e977f3cc52e230031f8770b0a9c977eab7db69 Mon Sep 17 00:00:00 2001 From: james Date: Mon, 28 Sep 2009 07:27:22 +0000 Subject: Added --server-poll-timeout option : when polling possible remote servers to connect to in a round-robin fashion, spend no more than n seconds waiting for a response before trying the next server. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5010 e7ae566f-a301-0410-adde-c780ea21d3b5 --- options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index fbf0e3c..740e18e 100644 --- a/options.h +++ b/options.h @@ -399,6 +399,8 @@ struct options const char *auth_user_pass_file; struct options_pre_pull *pre_pull; + int server_poll_timeout; + int scheduled_exit_interval; #endif -- cgit