Skip to content
Snippets Groups Projects
Commit 44f36d57 authored by Ben Gardner's avatar Ben Gardner
Browse files

sysoptions.h: Add ability to override DROPBEAR_LISTEN_BACKLOG

This change allows adding DROPBEAR_LISTEN_BACKLOG to localoptions.h to
force the value.
parent 7ab8f619
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment