Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-c-0.17.0
-
None
Description
The C proactor should provide access to the remote network address for incoming connections. The standard BSD `struct addrinfo` will be used to represent the address, this is portable to any platform that supports BSD sockets and is (in principle) extensible to cover new types of address by adding new values for ai_family.
(The original JIRA also mentioned listeners, that has moved to a separate issue PROTON-1438)