Community
Participate
Working Groups
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.tcp.ITCPAcceptor: /** * @since 3.1 */ public static final String DEFAULT_PORT_PROPERTY = "org.eclipse.net4j.tcp.acceptor.port";
Committed to HEAD
Available in R20110608-1407