[
https://issues.apache.org/jira/browse/DIRMINA-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Trustin Lee closed DIRMINA-366.
-------------------------------
Resolution: Fixed
It should be fixed now. :D
> 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.