diff options
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 */ |