maskit commented on PR #9486:
URL: https://github.com/apache/trafficserver/pull/9486#issuecomment-1453797736

   I just found that `max_udp_payload_size` is actually a Transport Parameter 
of QUIC. It may be more appropriate to have the setting under `ts.config.quic`. 
And if so, we should have ones with `_in` and `_out` in the names to support 
outgoing QUIC connection in the future.
   
   > max_udp_payload_size (0x03):
   The maximum UDP payload size parameter is an integer value that limits the 
size of UDP payloads that the endpoint is willing to receive. UDP datagrams 
with payloads larger than this limit are not likely to be processed by the 
receiver.[¶](https://datatracker.ietf.org/doc/html/rfc9000#section-18.2-4.8.1)
   
   > The default for this parameter is the maximum permitted UDP payload of 
65527. Values below 1200 are 
invalid.[¶](https://datatracker.ietf.org/doc/html/rfc9000#section-18.2-4.10.1)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to