Bugs item #2912213, was opened at 2009-12-10 20:49
Message generated for change (Tracker Item Submitted) made by psychon
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=672821&aid=2912213&group_id=115828
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 4
Private: No
Submitted By: Psychon (psychon)
Assigned to: Nobody/Anonymous (nobody)
Summary: Listening on host name fails
Initial Comment:
If you try to to listen on a host name, the code ends up in Csock::Listen(). Here you can find the following snippet:
if (GetAddrInfo(sBindhost, m_address) != 0)
return false;
Due to this, binding on a named host fails. (This only happens when c-ares is enabled)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=672821&aid=2912213&group_id=115828
|