summaryrefslogtreecommitdiffstats
path: root/openvpn.h
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2011-03-20 19:43:06 +0000
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-04-26 22:29:11 +0200
commit4ff5b53ff8a1d6232e21a3e8f0538dc87ca4920b (patch)
treea0ffd9307e10b3c3b09280782bcdf279a63d97fc /openvpn.h
parente1b99e6b6630a81ffd3287bc11533707332d2dda (diff)
downloadopenvpn-4ff5b53ff8a1d6232e21a3e8f0538dc87ca4920b.tar.gz
openvpn-4ff5b53ff8a1d6232e21a3e8f0538dc87ca4920b.tar.xz
openvpn-4ff5b53ff8a1d6232e21a3e8f0538dc87ca4920b.zip
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
Diffstat (limited to 'openvpn.h')
-rw-r--r--openvpn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openvpn.h b/openvpn.h
index 47c9734..0ee439c 100644
--- a/openvpn.h
+++ b/openvpn.h
@@ -431,6 +431,7 @@ struct context_2
#endif
struct event_timeout push_request_interval;
+ int n_sent_push_requests;
bool did_pre_pull_restore;
/* hash of pulled options, so we can compare when options change */