doc: describe the local domain path on Windows
authorSam Roberts <sam@strongloop.com>
Thu, 19 Dec 2013 22:57:30 +0000 (14:57 -0800)
committerBert Belder <bertbelder@gmail.com>
Thu, 19 Dec 2013 22:59:11 +0000 (14:59 -0800)
commita15c44b1756f05c4445151268378ea990a1f5dad
tree2f130f4fc6abdf6e5d9d3023e89f708640339aa0
parent5b96d6baf6c29340ed455311127f0d08e49e0236
doc: describe the local domain path on Windows

The UNIX domain is also known as the LOCAL domain (AF_LOCAL), and
node/libuv implements it on Windows using named pipes. The API
documentation did not describe the naming rules for named pipes, and
also repeatedly described `listen(path)` as being UNIX, which it is not
on Windows.

Closes #6743
doc/api/net.markdown