]> git.kaiwu.me - nginx.git/commit
QUIC: consider max_ack_delay=16384 invalid.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 30 Jun 2021 10:47:38 +0000 (13:47 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 30 Jun 2021 10:47:38 +0000 (13:47 +0300)
commitd54d551e2a880c7a7691a83d212eb707eb0f82ba
treec1b077f1f087252cbcc7308e296069e777e74f1d
parent8f8f4840047aae94e3a69afb5a7541e13b3f66bf
QUIC: consider max_ack_delay=16384 invalid.

As per RFC 9000:

   Values of 2^14 or greater are invalid.
src/event/quic/ngx_event_quic.c
src/http/modules/ngx_http_quic_module.c
src/stream/ngx_stream_quic_module.c