mirror of https://github.com/nodejs/node.git
29518c17be
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> |
||
---|---|---|
.. | ||
addons | ||
debugger | ||
disabled | ||
fixtures | ||
gc | ||
internet | ||
message | ||
pummel | ||
simple | ||
testpy | ||
common.js |