brbzull0 commented on PR #9486: URL: https://github.com/apache/trafficserver/pull/9486#issuecomment-1455983908
> 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) Ok, I saw that on the spcecs, So, `max_udp_payload_size_in|out` should be part of the `ts.quic` block, but `max_udp_send_payload_size` is not a transport param but rather a generic UDP, so the later should be part of the `ts.udp` , now as we set this on quiche, do we still need the `in|out` for the `send_payload_size`? -- 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]
