Commit 137f53c7 authored by Matteo Collina's avatar Matteo Collina
Browse files

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: default avatarJames M Snell <jasnell@gmail.com>
Reviewed-By: default avatarSaúl Ibarra Corretgé <saghul@gmail.com>
Fixes: https://github.com/nodejs/node/issues/4302
PR-URL: https://github.com/nodejs/node/pull/4374
parent 41264410
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment