# HG changeset patch # User Matt Johnston # Date 1498405064 -28800 # Node ID 8d45904926d365604b9e735836929d34c1a9d94e # Parent 93d2bf610d0b2ac3ba9dd386477e144a155f994c# Parent 517c67cbcd3101f95e942453867af4744a0bf8b3 Merge pull request #47 from kdarbyshirebryant/mastermaxauth dropbear server: support -T max auth tries diff -r 517c67cbcd31 -r 8d45904926d3 sysoptions.h --- a/sysoptions.h Mon May 29 10:25:09 2017 +0100 +++ b/sysoptions.h Sun Jun 25 23:37:44 2017 +0800 @@ -235,11 +235,13 @@ #define DROPBEAR_VFORK 1 #endif +#ifndef DROPBEAR_LISTEN_BACKLOG #if MAX_UNAUTH_CLIENTS > MAX_CHANNELS #define DROPBEAR_LISTEN_BACKLOG MAX_UNAUTH_CLIENTS #else #define DROPBEAR_LISTEN_BACKLOG MAX_CHANNELS #endif +#endif #ifndef DROPBEAR_NONE_CIPHER #define DROPBEAR_NONE_CIPHER 0