commit | 9fa15e5413a1a943c6f036727ea3fe0473a8e978 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jan 19 15:54:23 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jan 26 15:25:38 2022 +0100 |
tree | ca5e082f66159404d30330a0e6de6ba28afcff70 | |
parent | 683b5fc7b86567a32c3b29543813daadfb0c023f [diff] |
MINOR: quic: do not manage connection in xprt snd_buf Remove usage of connection in quic_conn_from_buf. As connection and quic_conn are decorrelated, it is not logical to check connection flags when using sendto. This require to store the L4 peer address in quic_conn to be able to use sendto. This change is required to delay allocation of connection.