Merge pull request #396 from mleise/patch-1

Provide backlog for socket.listen()
This commit is contained in:
Brian Schott 2017-07-05 11:39:42 -07:00 committed by GitHub
commit 91d3085094
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ int main(string[] args)
info("Listening at ", socketFile);
}
}
socket.listen(0);
socket.listen(32);
scope (exit)
{