mirror of https://github.com/lukechilds/node.git
Browse Source
On Windows we cannot get the server address until a connection is accepted. From MSDN: The getsockname function does not always return information about the host address when the socket has been bound to an unspecified address, unless the socket has been connected with connect or accept (for example, using ADDR_ANY). A Windows Sockets application must not assume that the address will be specified unless the socket is connected. Signed-off-by: Timothy J Fontaine <tjfontaine@gmail.com>archived-io.js-v0.10
Alexis Campailla
11 years ago
committed by
Timothy J Fontaine
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue