summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-10-29 23:01:02 +0000
committerJeremy Allison <jra@samba.org>2003-10-29 23:01:02 +0000
commit5a1515f453cf4bc2f013c8751336e403637875c8 (patch)
tree5a92f55ad3e78cb5fededa9ac7eb1ebe2c390abe /source3/include
parent5ca824a682bbcd9331f32935f9b423ae6d468816 (diff)
downloadsamba-5a1515f453cf4bc2f013c8751336e403637875c8.tar.gz
samba-5a1515f453cf4bc2f013c8751336e403637875c8.tar.bz2
samba-5a1515f453cf4bc2f013c8751336e403637875c8.zip
Janitor for tridge.
parameterise the listen backlog in smbd and make it larger by default. A backlog of 5 is way too small these days. Jeremy. (This used to be commit 58b8f673945ad114d056dd79f509c93ab42b96d1)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 4c3c58e14f..540365047a 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -227,4 +227,7 @@
/* Buffer size to use when printing backtraces */
#define BACKTRACE_STACK_SIZE 64
+/* size of listen() backlog in smbd */
+#define SMBD_LISTEN_BACKLOG 50
+
#endif