MINOR: quic: Move transport parmaters to anynomous struct.
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 28 Jan 2021 15:22:52 +0000 (16:22 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit5aa4143d6c97c059d61c76b47648bb6f24910b5e
treeecc73c7fbd72dbdf10561a073a0b7c45bb1a9d5d
parent577fe488902aaf9bcab7f5ac6d14be4465238c62
MINOR: quic: Move transport parmaters to anynomous struct.

We move ->params transport parameters to ->rx.params. They are the
transport parameters which will be sent to the peer, and used for
the endpoint flow control. So, they will be used to received packets
from the peer (RX part).
Also move ->rx_tps transport parameters to ->tx.params. They are the
transport parameter which are sent by the peer, and used to respect
its flow control limits. So, they will be used when sending packets
to the peer (TX part).
include/haproxy/xprt_quic-t.h
include/haproxy/xprt_quic.h
src/quic_sock.c
src/xprt_quic.c