doc: sending dgram handles only works on unix

pull/41362/head
Ben Noordhuis 2013-05-29 16:35:00 +02:00
parent 675e85813f
commit 9826b15493
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ that some connections will be handled by the parent and some by the child.
For `dgram` servers the workflow is exactly the same. Here you listen on
a `message` event instead of `connection` and use `server.bind` instead of
`server.listen`.
`server.listen`. (Currently only supported on UNIX platforms.)
#### Example: sending socket object