From 9826b1549396ed05011d523ab5bf7a344b8cb8b6 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 29 May 2013 16:35:00 +0200 Subject: [PATCH] doc: sending dgram handles only works on unix --- doc/api/child_process.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index 85c9c8b..4dfa7d8 100644 --- a/doc/api/child_process.markdown +++ b/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 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 -- 2.7.4