]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Disable the active connection migrations
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 12 Jan 2023 07:29:23 +0000 (08:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 Jan 2023 15:35:20 +0000 (16:35 +0100)
commit6fc86974cf18a54f5832cc85a1edb3392dfc5e05
treef224fc75c70623d679fc3cc93c99364e62009c98
parentf676954f72669a442999c8499df82da08a027f9b
MINOR: quic: Disable the active connection migrations

Set "disable_active_migration" transport parameter to inform the peer
haproxy listeners does not the connection migration feature.
Also drop all received datagrams with a modified source address.

Must be backported to 2.7.
src/quic_conn.c
src/quic_tp.c