Skip to content

Instantly share code, notes, and snippets.

@AvianFlu
Created January 27, 2012 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AvianFlu/bfcdcda65308665c97a8 to your computer and use it in GitHub Desktop.
Save AvianFlu/bfcdcda65308665c97a8 to your computer and use it in GitHub Desktop.
=== release test-dgram-multicast-multi-process ===
Path: simple/test-dgram-multicast-multi-process
sent 'First message to send' to 224.0.0.112346
15071 received 'First message to send' from {"address":"192.168.1.119","port":39431,"size":21}
sent 'Second message to send' to 224.0.0.112346
15071 received 'Second message to send' from {"address":"192.168.1.119","port":39431,"size":22}
15073 received 'First message to send' from {"address":"192.168.1.119","port":39431,"size":21}
15073 received 'Second message to send' from {"address":"192.168.1.119","port":39431,"size":22}
15071 received 'Third message to send' from {"address":"192.168.1.119","port":39431,"size":21}
15073 received 'Third message to send' from {"address":"192.168.1.119","port":39431,"size":21}
sent 'Third message to send' to 224.0.0.112346
15072 received 'First message to send' from {"address":"192.168.1.119","port":39431,"size":21}
15073 received 'Fourth message to send' from {"address":"192.168.1.119","port":39431,"size":22}
15071 received 'Fourth message to send' from {"address":"192.168.1.119","port":39431,"size":22}
15072 received 'Second message to send' from {"address":"192.168.1.119","port":39431,"size":22}
15072 received 'Third message to send' from {"address":"192.168.1.119","port":39431,"size":21}
15072 received 'Fourth message to send' from {"address":"192.168.1.119","port":39431,"size":22}
sendSocket closed
15072 received 4 messages total.
Responses were not received within 5000 ms.
Fail
Command: out/Release/node /home/avian/Downloads/node-v0.6.9/test/simple/test-dgram-multicast-multi-process.js
[00:05|% 100|+ 1|- 1]: Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment