]> git.kaiwu.me - nginx.git/commit
QUIC: the "quic_gso" directive.
authorVladimir Homutov <vl@nginx.com>
Tue, 20 Jul 2021 09:37:12 +0000 (12:37 +0300)
committerVladimir Homutov <vl@nginx.com>
Tue, 20 Jul 2021 09:37:12 +0000 (12:37 +0300)
commit6157d0b5c1b3a6be7928748df2cda19838889f4f
treea0aa60c1d01a0ae07299dce0b67ad6dd186d90d8
parent31fe966e719c8fb0273119476b0c9a86d3f8e1b2
QUIC: the "quic_gso" directive.

The directive enables usage of UDP segmentation offloading by quic.
By default, gso is disabled since it is not always operational when
detected (depends on interface configuration).
src/event/quic/ngx_event_quic.h
src/event/quic/ngx_event_quic_output.c
src/http/modules/ngx_http_quic_module.c
src/stream/ngx_stream_quic_module.c