nginx/auto/os
Vladimir Homutov c0764bc3e9 QUIC: added support for segmentation offloading.
To improve output performance, UDP segmentation offloading is used
if available.  If there is a significant amount of data in an output
queue and path is verified, QUIC packets are not sent one-by-one,
but instead are collected in a buffer, which is then passed to kernel
in a single sendmsg call, using UDP GSO.  Such method greatly decreases
number of system calls and thus system load.
2021-07-15 14:22:00 +03:00
..
conf Configure: set default cacheline size to 64 for aarch64 platforms. 2017-12-11 15:05:35 +00:00
darwin Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS. 2017-04-17 14:42:12 +03:00
freebsd Removed the obsolete aio module. 2015-04-22 18:57:32 +03:00
linux QUIC: added support for segmentation offloading. 2021-07-15 14:22:00 +03:00
solaris Configure: fix build with -Werror=unused-but-set-variable. 2016-06-27 15:00:03 -07:00
win32 Win32: enabled both select and poll on Windows by default. 2019-01-24 22:00:13 +03:00