is longer and more tcp connections can be handled.
git-svn-id: file:///svn/unbound/trunk@3224
be551aaa-1e26-0410-a405-
d3ace91eadb9
16 September 2014: Wouter
- Fix tcp timer waiting list removal code.
- iana portlist update.
+ - Updated the TCP_BACLOG from 5 to 256, so that the tcp accept queue
+ is longer and more tcp connections can be handled.
15 September 2014: Wouter
- Fix unit test for CDS typecode.
#include <fcntl.h>
/** number of queued TCP connections for listen() */
-#define TCP_BACKLOG 5
+#define TCP_BACKLOG 256
/**
* Debug print of the getaddrinfo returned address.