diff options
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ typedef struct runopts { #endif unsigned int recv_window; unsigned int keepalive_secs; + unsigned int idle_timeout_secs; } runopts; |