comparison runopts.h @ 1834:94dc11094e26

Increase max window size to 10MB, fallback rather than exiting if an invalid value is given.
author Matt Johnston <matt@codeconstruct.com.au>
date Tue, 12 Oct 2021 23:32:10 +0800
parents df8d8ec1801c
children 2b3a8026a6ce
comparison
equal deleted inserted replaced
1833:870f6e386a0b 1834:94dc11094e26
193 #if DROPBEAR_USER_ALGO_LIST 193 #if DROPBEAR_USER_ALGO_LIST
194 void parse_ciphers_macs(void); 194 void parse_ciphers_macs(void);
195 #endif 195 #endif
196 196
197 void print_version(void); 197 void print_version(void);
198 void parse_recv_window(const char* recv_window_arg);
198 199
199 #endif /* DROPBEAR_RUNOPTS_H_ */ 200 #endif /* DROPBEAR_RUNOPTS_H_ */