[PATCH 2 of 2] QUIC: removed "quic_mtu" directive

Maxim Konovalov maxim at nginx.com
Thu May 11 15:21:30 UTC 2023


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 <arut at 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


More information about the nginx-devel mailing list