summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/options.h b/options.h
index 99e68a2..21d131e 100644
--- a/options.h
+++ b/options.h
@@ -163,7 +163,9 @@ struct options
int keepalive_ping; /* a proxy for ping/ping-restart */
int keepalive_timeout;
- int inactivity_timeout;
+ int inactivity_timeout; /* --inactive */
+ int inactivity_minimum_bytes;
+
int ping_send_timeout; /* Send a TCP/UDP ping to remote every n seconds */
int ping_rec_timeout; /* Expect a TCP/UDP ping from remote at least once every n seconds */
bool ping_timer_remote; /* Run ping timer only if we have a remote address */