comparison runopts.h @ 568:005530560594

Rearrange getaddrstring() etc
author Matt Johnston <matt@ucc.asn.au>
date Tue, 01 Sep 2009 16:38:26 +0000
parents de3653483ac0
children f9b5dc0cba61
comparison
equal deleted inserted replaced
567:893a9dd0b9dd 568:005530560594
35 35
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 time_t keepalive_secs;
41 unsigned int idle_timeout_secs; 41 time_t idle_timeout_secs;
42 42
43 } runopts; 43 } runopts;
44 44
45 extern runopts opts; 45 extern runopts opts;
46 46