Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.3
-
None
Description
Subj.
For servers under heavy load it is important to have ability to set backlog size bigger than default one in order to avoid incoming connections drop.
My suggestion is to add ListeningIOReactor.listen(SocketAddress,int) function, which will pass second parameter as backlog size to the ServerSocket.bind(SocketAddress,int)