Community
Participate
Working Groups
Cloned from: 320076: Add a system property for the TCPAcceptor listen port https://bugs.eclipse.org/bugs/show_bug.cgi?id=320076 The fixed default port 2036 of a TCP acceptor must be overrideable with a system property. Important for, e.g., multiple test environments.
Added to org.eclipse.net4j.internal.tcp.TCPAcceptor: public static final String DEFAULT_PORT_PROPERTY = "org.eclipse.net4j.tcp.acceptor.port";
Committed to R3_0_maintenance
Moving all open enhancement requests to 4.1
Reverting the previous status change which was accidental.
Closing.