tests: Increase backlog count for listen() in echo_srv
authorAnoop C S <anoopcs@redhat.com>
Sat, 10 Nov 2018 05:26:24 +0000 (10:56 +0530)
committerAndreas Schneider <asn@samba.org>
Mon, 12 Nov 2018 10:03:38 +0000 (11:03 +0100)
Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
tests/echo_srv.c

index 957a3ad469a351ddc0875a41880903bd4cd1386b..fac4e8e041a7f2b623801f8f7b7c34f081d3cbd1 100644 (file)
@@ -30,7 +30,7 @@
 #define ECHO_SRV_IPV6 "fd00::5357:5f0a"
 
 #define DFL_PORT    7
-#define BACKLOG     5
+#define BACKLOG     16
 
 #ifndef BUFSIZE
 #define BUFSIZE     0x20000 /* 128K */