summaryrefslogtreecommitdiffstats
path: root/openvpn.h
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn.h')
-rw-r--r--openvpn.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/openvpn.h b/openvpn.h
index 3ddc1a7..2b6cf14 100644
--- a/openvpn.h
+++ b/openvpn.h
@@ -270,10 +270,13 @@ struct context_2
* timeout features.
*/
struct event_timeout wait_for_connect;
- struct event_timeout inactivity_interval;
struct event_timeout ping_send_interval;
struct event_timeout ping_rec_interval;
+ /* --inactive */
+ struct event_timeout inactivity_interval;
+ int inactivity_bytes;
+
#ifdef ENABLE_OCC
/* the option strings must match across peers */
char *options_string_local;