comparison runopts.h @ 989:73ea0dce9a57 pam

Merge up to date
author Matt Johnston <matt@ucc.asn.au>
date Fri, 23 Jan 2015 21:38:47 +0800
parents f92eb625c48d
children 47643024fc90
comparison
equal deleted inserted replaced
925:bae0b34bc059 989:73ea0dce9a57
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 time_t keepalive_secs; 40 time_t keepalive_secs; /* Time between sending keepalives. 0 is off */
41 time_t idle_timeout_secs; 41 time_t idle_timeout_secs; /* Exit if no traffic is sent/received in this time */
42 42
43 #ifndef DISABLE_ZLIB 43 #ifndef DISABLE_ZLIB
44 /* TODO: add a commandline flag. Currently this is on by default if compression 44 /* TODO: add a commandline flag. Currently this is on by default if compression
45 * is compiled in, but disabled for a client's non-final multihop stages. (The 45 * is compiled in, but disabled for a client's non-final multihop stages. (The
46 * intermediate stages are compressed streams, so are uncompressible. */ 46 * intermediate stages are compressed streams, so are uncompressible. */
162 162
163 #ifdef ENABLE_USER_ALGO_LIST 163 #ifdef ENABLE_USER_ALGO_LIST
164 void parse_ciphers_macs(); 164 void parse_ciphers_macs();
165 #endif 165 #endif
166 166
167 void print_version(void);
168
167 #endif /* _RUNOPTS_H_ */ 169 #endif /* _RUNOPTS_H_ */