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