You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2010/01/27 19:33:34 UTC

[jira] Resolved: (HTTPCORE-209) DefaultConnectingIOReactor: ability to set flag SO_REUSEADDR on socket

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

Oleg Kalnichevski resolved HTTPCORE-209.
----------------------------------------

    Resolution: Fixed

Fixed in SVN trunk.

Oleg

> DefaultConnectingIOReactor: ability to set flag SO_REUSEADDR on socket
> ----------------------------------------------------------------------
>
>                 Key: HTTPCORE-209
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-209
>             Project: HttpComponents HttpCore
>          Issue Type: Improvement
>          Components: HttpCore NIO
>    Affects Versions: 4.1-alpha1
>            Reporter: Olivier Chédru
>            Priority: Minor
>             Fix For: 4.1-beta1
>
>
> When an asynchronous http client needs to use a specific network interface to access a remote host, specifying the local address to bind to is mandatory.
> And when you may have multiple simultaneous connections to such a host, the socket must have the SO_REUSEADDR flag set: the sockets will bind to the same local address but to different local ports.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org