You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2008/05/13 05:26:55 UTC

[jira] Created: (DIRMINA-583) NioSocketAcceptor.reuseAddress should be false by default.

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.


[jira] Resolved: (DIRMINA-583) NioSocketAcceptor.reuseAddress should be false by default.

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee resolved DIRMINA-583.
---------------------------------

    Resolution: Fixed

Fixed.  The same problem was found in APR transport, and fixed.

> 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.


[jira] Closed: (DIRMINA-583) NioSocketAcceptor.reuseAddress should be false by default.

Posted by "Julien Vermillard (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julien Vermillard closed DIRMINA-583.
-------------------------------------


> 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.