NioSocketAcceptor.reuseAddress should be false by default.
----------------------------------------------------------
Key: DIRMINA-583
URL: https://issues.apache.org/jira/browse/DIRMINA-583
Project: MINA
Issue Type: Bug
Components: Transport
Affects Versions: 2.0.0-M1
Reporter: Trustin Lee
Assignee: Trustin Lee
Priority: Minor
Fix For: 2.0.0-M2
In NioSocketAcceptor.java:
private boolean reuseAddress = true;
should be:
private boolean reuseAddress = false;
because that's the default expected behavior.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.