]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: quic: Move QUIC path definitions/declarations to quic_cc module
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 27 Nov 2023 15:50:17 +0000 (16:50 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 14:37:50 +0000 (15:37 +0100)
commit581549851c7fddf36759175369ac7b37df0e7d9f
treeebcee7b7db64748324b681ee3e0f259c24002aaa
parentf32fc26b620f8c78fe4c9dcbf2c7f2eebdab49ec
REORG: quic: Move QUIC path definitions/declarations to quic_cc module

Move quic_path struct from quic_conn-t.h to quic_cc-t.h and rename it to quic_cc_path.
Update the code consequently.
Also some inlined functions in relation with QUIC path to quic_cc.h
include/haproxy/quic_cc-t.h
include/haproxy/quic_cc.h
include/haproxy/quic_conn-t.h
include/haproxy/quic_conn.h
src/quic_cc_cubic.c
src/quic_cc_newreno.c
src/quic_cc_nocc.c
src/quic_conn.c
src/quic_tx.c