-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Customizing backlog size #9501
Copy link
Copy link
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