From 4ff5b53ff8a1d6232e21a3e8f0538dc87ca4920b Mon Sep 17 00:00:00 2001 From: James Yonan Date: Sun, 20 Mar 2011 19:43:06 +0000 Subject: Client will now try to reconnect if no push reply received within handshake-window seconds. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7066 e7ae566f-a301-0410-adde-c780ea21d3b5 --- common.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index 5548f7c..0ca7323 100644 --- a/common.h +++ b/common.h @@ -86,6 +86,11 @@ typedef unsigned long ptr_type; */ #define PUSH_BUNDLE_SIZE 1024 +/* + * In how many seconds does client re-send PUSH_REQUEST if we haven't yet received a reply + */ +#define PUSH_REQUEST_INTERVAL 5 + /* * A sort of pseudo-filename for data provided inline within * the configuration file. -- cgit