mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
lib/connection/basicserver: raise queue limit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 27a3a92b2d
Author: martii <m4rtii@gmx.de>
Date: 2014-09-21 (Sun, 21 Sep 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -106,7 +106,7 @@ bool CBasicServer::prepare(const char* socketname)
|
||||
return false;
|
||||
}
|
||||
|
||||
#define N_connection_requests_queued 5
|
||||
#define N_connection_requests_queued 128
|
||||
|
||||
if (listen(sock_fd, N_connection_requests_queued) != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user