aboutsummaryrefslogtreecommitdiff
path: root/src/unix/process.c
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2024-03-25 12:45:23 +0100
committerGitHub <noreply@github.com>2024-03-25 12:45:23 +0100
commit77e4cd5b184faedec80378049fe5edba084d310b (patch)
treeb4250fa13fb17ee678d722bcb81f6e5c987e0c6f /src/unix/process.c
parentd05ed869bb4cea9ba703854dc0ee1f458153ff99 (diff)
downloadlibuv-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