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

View: New views
2 Messages — Rating Filter:   Alert me  

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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


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@...
For additional commands, e-mail: dev-help@...


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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Oleg Kalnichevski updated HTTPCORE-209:
---------------------------------------

         Priority: Minor  (was: Major)
    Fix Version/s: 4.1-beta1

> 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@...
For additional commands, e-mail: dev-help@...