0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Fedor Indutny c7be08cec1 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>
2015-09-07 20:07:03 -07:00
..
internal child_process: use stdio.fd even if it is 0 2015-09-07 19:03:19 -05:00
_debug_agent.js
_debugger.js
_http_agent.js
_http_client.js
_http_common.js
_http_incoming.js
_http_outgoing.js
_http_server.js
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js
_tls_legacy.js
_tls_wrap.js
assert.js
buffer.js
child_process.js
cluster.js cluster: allow shared reused dgram sockets 2015-09-07 20:07:03 -07:00
console.js
constants.js
crypto.js
dgram.js cluster: allow shared reused dgram sockets 2015-09-07 20:07:03 -07:00
dns.js
domain.js
events.js
freelist.js
fs.js
http.js
https.js
module.js
net.js cluster: allow shared reused dgram sockets 2015-09-07 20:07:03 -07:00
os.js
path.js
process.js
punycode.js
querystring.js
readline.js
repl.js
smalloc.js
stream.js
string_decoder.js
sys.js
timers.js
tls.js
tty.js
url.js
util.js
v8.js
vm.js
zlib.js