node/benchmark/dgram
Matteo Collina 368c1d1098 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-02-10 10:53:24 +11:00
..
array-vs-concat.js dgram: support dgram.send with multiple buffers 2016-02-10 10:53:24 +11:00
multi-buffer.js dgram: support dgram.send with multiple buffers 2016-02-10 10:53:24 +11:00
offset-length.js dgram: support dgram.send with multiple buffers 2016-02-10 10:53:24 +11:00
single-buffer.js dgram: support dgram.send with multiple buffers 2016-02-10 10:53:24 +11:00