MINOR: quic: Correctly pad UDP datagrams
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 9 Nov 2021 13:12:12 +0000 (14:12 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 19 Nov 2021 13:37:35 +0000 (14:37 +0100)
commit28f51faf0bf2c9f4a40297908978e16e37a41657
tree31d4a0d18263d82115b6bf72f0612124c9423474
parent8370c93a0314f440ce98537144d6cd8d6776c40b
MINOR: quic: Correctly pad UDP datagrams

UDP datagrams with Initial packet were padded only for the clients (haproxy
servers). But such packets MUST also be padded for the servers (haproxy
listeners). Furthere, for servers, only UDP datagrams containing ack-eliciting
Initial packet must be padded.
src/xprt_quic.c