maskit commented on PR #9486: URL: https://github.com/apache/trafficserver/pull/9486#issuecomment-1456918023
Ah, Quiche API uses similar names for send and recv, but only the one for recv is a transport parameter. We should probably have the both recv and send under `ts.quic` because I think we need `in|out` for the both. `in|out` are for inbound|outbound *connections*, so having it under ts.udp doesn't make sense. We could also have `ts.udp.send_payload_size` without `in|out`, but that'd be complicated. Either `ts.udp.send_payload_size` or `ts.quic.max_udp_send_payload_size_in|out` would have to override the other. -- 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]
