child_process: support sending dgram socket
authorAndreas Madsen <amwebdk@gmail.com>
Wed, 27 Feb 2013 18:31:24 +0000 (19:31 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 7 Mar 2013 16:51:17 +0000 (17:51 +0100)
commitbdf7ac2c5dcdbb59d9a4db7e8eaa66462b1bed26
tree6f60145995a6f6be0121658ce355d0addc6bf0df
parent71694361f97035555a269625f68cfbd06effe58a
child_process: support sending dgram socket

child.send can send net servers and sockets. Now that we have support
for dgram clusters this functionality should be extended to include
dgram sockets.
doc/api/child_process.markdown
lib/child_process.js
lib/dgram.js
test/simple/test-child-process-fork-dgram.js [new file with mode: 0644]