node/lib
Matteo Collina a2a711a373 dgram: generalized send queue to handle close
If the udp socket is not ready and we are accumulating
messages to send, it needs to delay closing the socket when
all messages are flushed.

Fixes: https://github.com/nodejs/node/issues/7061
PR-URL: https://github.com/nodejs/node/pull/7066
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2016-07-13 17:49:04 +02:00
..
internal repl: Default `useGlobal` to false in CLI REPL. 2016-06-30 12:45:45 -04:00
.eslintrc
_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 lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -07:00
_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 test: test execFile/fork arg validation 2016-06-30 16:14:55 -07:00
cluster.js
console.js
constants.js
crypto.js
dgram.js dgram: generalized send queue to handle close 2016-07-13 17:49:04 +02:00
dns.js
domain.js
events.js
fs.js
http.js
https.js
module.js lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -07:00
net.js lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -07:00
os.js os: deprecate `tmpDir()` in favour of `tmpdir()` 2016-06-30 14:52:13 +02:00
path.js
process.js
punycode.js
querystring.js
readline.js
repl.js repl: add support for custom completions 2016-07-08 16:47:05 -04:00
stream.js
string_decoder.js
sys.js
timers.js
tls.js
tty.js
url.js
util.js util: add an option for configuring break length 2016-07-05 10:17:28 -04:00
v8.js
vm.js
zlib.js