Release Note: Listening Sockets Now Accept Connection Backlog Greater Than 200 on Windows

XMLWordPrintable

      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.

            Assignee:
            Jaikiran Pai
            Reporter:
            Jaikiran Pai
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: