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 2007/05/16 04:43:16 UTC

[jira] Updated: (DIRMINA-366) Default socket option values are retrieved incorrectly.

     [ https://issues.apache.org/jira/browse/DIRMINA-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee updated DIRMINA-366:
--------------------------------

        Fix Version/s:     (was: 1.0.3)
                       1.1.1
                       1.0.4
    Affects Version/s: 1.0.3
                       1.1.0

> Default socket option values are retrieved incorrectly.
> -------------------------------------------------------
>
>                 Key: DIRMINA-366
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-366
>             Project: MINA
>          Issue Type: Bug
>    Affects Versions: 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.1.0
>            Reporter: Trustin Lee
>         Assigned To: Trustin Lee
>             Fix For: 1.0.4, 1.1.1
>
>
> The default value of REUSE_ADDR is currently 'false', but it should be 'true' for a newly accepted socket.
> The default send buffer size changes when a connection is really established.  For example, the default value of sendBufferSize is currently 8192, when retrieved from new Socket(), but the real sendBufferSize differs when retrieved from a connected socket (e.g. new Socket("localhost", 22)).
> Here's the related mail discussion: http://tinyurl.com/2bh9lo

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.