diff options
Diffstat (limited to 'source4/include/local.h')
-rw-r--r-- | source4/include/local.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/include/local.h b/source4/include/local.h index 4515bd83e0..57aac01ca8 100644 --- a/source4/include/local.h +++ b/source4/include/local.h @@ -223,4 +223,8 @@ /* Max number of simultaneous winbindd socket connections. */ #define WINBINDD_MAX_SIMULTANEOUS_CLIENTS 200 + +/* size of listen() backlog in smbd */ +#define SMBD_LISTEN_BACKLOG 10 + #endif |