From: W.C.A. Wijngaards Date: Tue, 2 Jun 2015 12:08:04 +0000 (+0200) Subject: Fixup backlog for ldns-testns for tests on slower systems X-Git-Tag: release-1.7.0-rc1~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12510e4d375dea3823d4c312564c441ed3d320e5;p=thirdparty%2Fldns.git Fixup backlog for ldns-testns for tests on slower systems --- diff --git a/examples/ldns-testns.c b/examples/ldns-testns.c index 05c28e1c..68a895ad 100644 --- a/examples/ldns-testns.c +++ b/examples/ldns-testns.c @@ -150,7 +150,7 @@ struct sockaddr_storage; #define INBUF_SIZE 4096 /* max size for incoming queries */ #define DEFAULT_PORT 53 /* default if no -p port is specified */ -#define CONN_BACKLOG 5 /* 5 connections queued up for tcp */ +#define CONN_BACKLOG 256 /* connections queued up for tcp */ static const char* prog_name = "ldns-testns"; static FILE* logfile = 0; static int do_verbose = 0;