Skip to content
Snippets Groups Projects
Commit 65115b91 authored by Matt Johnston's avatar Matt Johnston Committed by GitHub
Browse files

Merge pull request #45 from bengardner/DROPBEAR_LISTEN_BACKLOG

sysoptions.h: Add ability to override DROPBEAR_LISTEN_BACKLOG
parents a94338dc 44f36d57
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