mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
lib/connection/basicserver: raise queue limit
This commit is contained in:
@@ -106,7 +106,7 @@ bool CBasicServer::prepare(const char* socketname)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define N_connection_requests_queued 5
|
#define N_connection_requests_queued 128
|
||||||
|
|
||||||
if (listen(sock_fd, N_connection_requests_queued) != 0)
|
if (listen(sock_fd, N_connection_requests_queued) != 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user