-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: core-libs
Setting the connection backlog to `> 200` in `java.net.ServerSocket`, `java.nio.channels.ServerSocketChannel`, and `java.nio.channels.AsynchronousServerSocketChannel` is now effective on Windows. Previously it was clamped at 200.
Server applications that use a higher backlog value will now queue more incoming connections, at the operating system level, rather than rejecting the connection.
Server applications that use a higher backlog value will now queue more incoming connections, at the operating system level, rather than rejecting the connection.