Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6286631

JMXMP connector server should not call ServerSocket.setReuseAddress(true) by default

XMLWordPrintable

    • 04
    • generic, x86
    • generic, windows_2000

        In an attempt to fix 4969755, we added a call to ServerSocket.setReuseAddress(true) when a JMXMP connector server is created. It turns out that this is harmless on Unix because it is the default for ServerSocket anyway. However, on Microsoft Windows it can produce bizarre behaviour where more than one ServerSocket can get connections for the same port on the same address.
        ###@###.### 2005-06-16 12:54:48 GMT

              sjiang Shanliang Jiang (Inactive)
              emcmanus Eamonn McManus
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: