diff 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
line wrap: on
line diff
--- a/runopts.h	Tue Oct 12 23:31:09 2021 +0800
+++ b/runopts.h	Tue Oct 12 23:32:10 2021 +0800
@@ -195,5 +195,6 @@
 #endif
 
 void print_version(void);
+void parse_recv_window(const char* recv_window_arg);
 
 #endif /* DROPBEAR_RUNOPTS_H_ */