-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
There seems to be no way to customize backlog size of a socket and it is fixed to 128.
| evconnlistener_new(&dispatcher.base(), listenCallback, this, 0, -1, socket.ioHandle().fd())); |
https://github.com/libevent/libevent/blob/master/listener.c#L180
It would be nice if you can provide an option to change it.
Reactions are currently unavailable