Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
apollo-99-trunk-20120827.204756-104
Description
In one test (see APLO-252), the sender IP address is not set by Apollo. In another one, it is set.
I think that the difference is that one client uses sendto() and the other one send() (= connected socket).
AFAIK, it always possible to retrieve the sender IP, at least in C. Could Apollo get the source IP even if sendto() is used?