The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-child-process-fork-dgram.js @ 6f043940

History | View | Annotate | Download (2.98 KB)

# Date Author Comment
99a2059e 03/08/2013 09:56 PM isaacs

test: Sending dgram sockets to child procs not supported on windows

bdf7ac2c 03/07/2013 11:51 AM Andreas Madsen

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.