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

multiple VMs incorrectly allowed to listen on same TCP port on NT

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.4.0
    • core-libs
    • None
    • beta
    • generic
    • windows_nt

      With the latest networking putback, running two copies of the following program succeeds (unexpectedly) on NT, but fails (as expected) on Solaris with a BindException:

      public class Sock {
          public static void main(String[] args) throws Exception {
      new java.net.ServerSocket(1099).accept();
          }
      }

            alanb Alan Bateman
            bscheiflsunw Bob Scheifler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: