Uploaded image for project: 'CCC Migration Project'
  1. CCC Migration Project
  2. CCC-6432031

Add support for SO_REUSEPORT

XMLWordPrintable

    • minimal
    • Java API
    • SE

      Summary

      Add support for SO_REUSEPORT

      Problem

      This CCC is submitted on behalf of Intel.

      A long standing request is support for the SO_REUSEPORT socket option. This socket option is subtly different to SO_REUSEADDR in that allows a number of sockets to be bound to the same address and port.

      Many high performance HTTP servers on Linux and BSD use SO_REUSEPORT, something that Java servers can't do without resorting to native code.

      Solution

      Add optional support for SO_REUSEPORT

      Specification

      See attached specdiffs

            alanb Alan Bateman
            alanb Alan Bateman
            Chris Hegarty
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: