nginx/auto
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
..
cc
lib QUIC: added "quic" listen parameter. 2020-07-21 23:09:22 +03:00
os QUIC: added support for segmentation offloading. 2021-07-15 14:22:00 +03:00
types
configure Core: "-e" command line option. 2020-11-19 16:59:00 +00:00
define
endianness
feature
have
have_headers
headers
include
init Configure: marked top-level make targets as phony. 2021-02-20 12:44:26 +03:00
install Configure: marked top-level make targets as phony. 2021-02-20 12:44:26 +03:00
make QUIC: moved all quic sources into src/event/quic. 2020-12-25 14:01:28 +03:00
module Configure: shared sources for addon modules. 2020-11-10 17:13:20 +03:00
modules HTTP/3: moved session initialization to a separate file. 2021-05-05 15:15:48 +03:00
nohave
options QUIC: ngx_quic_bpf module. 2020-12-25 15:01:15 +03:00
sources Core: the ngx_event_udp.h header file. 2021-07-12 16:40:57 +03:00
stubs
summary
threads
unix Configure: fixed --test-build-epoll on FreeBSD 13. 2021-04-05 20:14:16 +03:00