On 10.05.2023 23:40, Roman Arutyunyan wrote:
Hi,
On Thu, May 11, 2023 at 10:26:34AM +0400, Roman Arutyunyan wrote:
# HG changeset patch
# User Roman Arutyunyan <a...@nginx.com>
# Date 1683783928 -14400
# Thu May 11 09:45:28 2023 +0400
# Branch quic
# Node ID 5db9c42c3d4bf862642b85d8f508257a1ad9c694
# Parent d2cc7adb261edc92988411ac7e0c8059419c201d
QUIC: removed "quic_mtu" directive.
The directive used to set the value of the "max_udp_payload_size" transport
parameter. According to RFC 9000, Section 18.2, the value specifies the size
of buffer for reading incoming datagrams:
This limit does act as an additional constraint on datagram size in
the same way as the path MTU, but it is a property of the endpoint
and not the path; see Section 14. It is expected that this is the
space an endpoint dedicates to holding incoming packets.
Current QUIC implementation uses the maximum possible buffer size (65527) for
reading datagrams.
[..]
Plus README update:
[...]
+ nginx.org docs needs update too.
--
Maxim Konovalov
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel