mirror of https://github.com/nodejs/node.git
doc: sending dgram handles only works on unix
parent
675e85813f
commit
9826b15493
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue