Mercurial > dropbear
comparison runopts.h @ 513:a3748e54273c
Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
code works
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 07 Nov 2008 14:11:06 +0000 |
parents | ae600f1eef81 |
children | 568638be7203 |
comparison
equal
deleted
inserted
replaced
510:b85507ade010 | 513:a3748e54273c |
---|---|
36 #if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) | 36 #if defined(ENABLE_SVR_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) |
37 int listen_fwd_all; | 37 int listen_fwd_all; |
38 #endif | 38 #endif |
39 unsigned int recv_window; | 39 unsigned int recv_window; |
40 unsigned int keepalive_secs; | 40 unsigned int keepalive_secs; |
41 unsigned int idle_timeout_secs; | |
41 | 42 |
42 } runopts; | 43 } runopts; |
43 | 44 |
44 extern runopts opts; | 45 extern runopts opts; |
45 | 46 |