REORG: quic: Move qc_may_probe_ipktns() to quic_tls.h
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 27 Nov 2023 16:28:40 +0000 (17:28 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 14:37:50 +0000 (15:37 +0100)
commit0b872e24cda0b2b5907bc88ce8920350f5ad1ff6
tree1b8d71984c687b60744362cf555ea858ffd9c61c
parentc93ebcc59b8b61d2f4dbcc1f74c2a9430ffa0681
REORG: quic: Move qc_may_probe_ipktns() to quic_tls.h

This function is in relation with the Initial packet number space which is
more linked to the QUIC TLS specifications. Let's move it to quic_tls.h
to be inlined.
include/haproxy/quic_tls.h
include/haproxy/quic_tx.h
src/quic_tx.c