[PATCH 0 of 2] QUIC packet batching on Linux

Roman Arutyunyan arut at nginx.com
Thu Mar 7 17:54:05 UTC 2024


Hi,

The patches add sendmmsg() and recvmmsg() to QUIC on Linux instead of sendmsg()
and recvmsg().  This allows to do cross-connection batching of QUIC input and
output and significantly reduce the number of syscalls.

So far I haven't noticed any noticable performance improvements, but the
testing is still ongoing.

--
Roman Arutyunyan


More information about the nginx-devel mailing list