cluster: allow shared reused dgram sockets
authorFedor Indutny <fedor@indutny.com>
Tue, 25 Aug 2015 19:24:41 +0000 (12:24 -0700)
committerRod Vagg <rod@vagg.org>
Tue, 8 Sep 2015 09:36:28 +0000 (19:36 +1000)
commitc60857a81ad9f0a6c66cda3ba5a8bbaa94f5b63b
treee67a3788fae76801b667a0e76bbb0fa4c468f3dc
parenta7596d7efc73fe085800ab48ebdee61c59750c8d
cluster: allow shared reused dgram sockets

Allow listening on reused dgram ports in cluster workers.

Fix: https://github.com/joyent/node/issues/9261
PR-URL: https://github.com/nodejs/node/pull/2548
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
lib/cluster.js
lib/dgram.js
lib/net.js
test/parallel/test-cluster-dgram-reuse.js [new file with mode: 0644]