diff options
Diffstat (limited to 'sysoptions.h')
-rw-r--r-- | sysoptions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysoptions.h b/sysoptions.h index 7999d95..d01b4ea 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -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 "keepalive@openssh.com" + /* no include guard for this file */ |