mirror of
https://github.com/clearml/dropbear
synced 2025-03-09 21:41:07 +00:00
Merge pull request #45 from bengardner/DROPBEAR_LISTEN_BACKLOG
sysoptions.h: Add ability to override DROPBEAR_LISTEN_BACKLOG
This commit is contained in:
commit
65115b9159
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user