0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark/dgram
Matteo Collina 137f53c7b7 dgram: support dgram.send with multiple buffers
Added ability to dgram.send to send multiple buffers, _writev style.
The offset and length parameters in dgram.send are now optional.
Refactored the dgram benchmarks, and seperated them from net.
Added docs for the new signature.

Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Fixes: https://github.com/nodejs/node/issues/4302
PR-URL: https://github.com/nodejs/node/pull/4374
2016-01-29 19:26:44 +01:00
..
array-vs-concat.js dgram: support dgram.send with multiple buffers 2016-01-29 19:26:44 +01:00
multi-buffer.js dgram: support dgram.send with multiple buffers 2016-01-29 19:26:44 +01:00
offset-length.js dgram: support dgram.send with multiple buffers 2016-01-29 19:26:44 +01:00
single-buffer.js dgram: support dgram.send with multiple buffers 2016-01-29 19:26:44 +01:00