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