Merge pull request #396 from mleise/patch-1
Provide backlog for socket.listen()
This commit is contained in:
commit
91d3085094
|
@ -156,7 +156,7 @@ int main(string[] args)
|
||||||
info("Listening at ", socketFile);
|
info("Listening at ", socketFile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
socket.listen(0);
|
socket.listen(32);
|
||||||
|
|
||||||
scope (exit)
|
scope (exit)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue