diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2024-03-25 12:45:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 12:45:23 +0100 |
commit | 77e4cd5b184faedec80378049fe5edba084d310b (patch) | |
tree | b4250fa13fb17ee678d722bcb81f6e5c987e0c6f /src/unix/process.c | |
parent | d05ed869bb4cea9ba703854dc0ee1f458153ff99 (diff) | |
download | libuv-77e4cd5b184faedec80378049fe5edba084d310b.tar.gz libuv-77e4cd5b184faedec80378049fe5edba084d310b.zip |
linux: don't use sendmmsg() for single datagrams (#4366)
Benchmarking shows that sendmsg() is persistently around 1% faster for
single datagrams, and that kind of stands to reason because there is
less setup overhead, and the kernel has to copy in less data.
Fixes: https://github.com/libuv/libuv/issues/4320
Diffstat (limited to 'src/unix/process.c')
0 files changed, 0 insertions, 0 deletions