diff sysoptions.h @ 970:0bb16232e7c4

Make keepalive handling more robust, this should now match what OpenSSH does
author Matt Johnston <matt@ucc.asn.au>
date Tue, 19 Aug 2014 23:08:56 +0800
parents e9579816f20e
children cfac45421ba0
line wrap: on
line diff
--- a/sysoptions.h	Wed Aug 13 22:07:43 2014 +0800
+++ b/sysoptions.h	Tue Aug 19 23:08:56 2014 +0800
@@ -257,4 +257,7 @@
 #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS
 #endif
 
+/* Use this string since some implementations might special-case it */
+#define DROPBEAR_KEEPALIVE_STRING "[email protected]"
+
 /* no include guard for this file */