Browse Source

doc: sending dgram handles only works on unix

v0.10.9-release
Ben Noordhuis 12 years ago
parent
commit
9826b15493
  1. 2
      doc/api/child_process.markdown

2
doc/api/child_process.markdown

@ -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 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 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 #### Example: sending socket object

Loading…
Cancel
Save