diff options
author | Vladimir Homutov <vl@nginx.com> | 2021-07-23 11:25:16 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2021-07-23 11:25:16 +0300 |
commit | 00ca66455b986d63576e653c9892c6eea91bf312 (patch) | |
tree | 53242f262e6f6d8f01a6fd9851b7d5bce75dad32 | |
parent | 245a15ed2738ad5e7ca971f2ae3c34d2288dc4f9 (diff) | |
download | nginx-00ca66455b986d63576e653c9892c6eea91bf312.tar.gz nginx-00ca66455b986d63576e653c9892c6eea91bf312.zip |
QUIC: updated README with GSO details.
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -127,6 +127,13 @@ Experimental QUIC support for nginx ssl_protocols TLSv1.3; + To enable GSO (Generic Segmentation Offloading): + + quic_gso on; + + By default this Linux-specific optimization [8] is disabled. + Enable if your network interface is configured to support GSO. + A number of directives were added that configure HTTP/3: http3_max_table_capacity @@ -248,3 +255,4 @@ Example configuration: [5] https://datatracker.ietf.org/doc/html/rfc9002 [6] https://nginx.org/en/docs/http/ngx_http_core_module.html#listen [7] https://nginx.org/en/docs/debugging_log.html + [8] http://vger.kernel.org/lpc_net2018_talks/willemdebruijn-lpc2018-udpgso-paper-DRAFT-1.pdf |