]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: quic: Add a new module for QUIC retry
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 10:25:04 +0000 (11:25 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 14:47:18 +0000 (15:47 +0100)
commitb5970967ca135c43b071ef58c1dce2b614a1a413
tree0d19c4160d557eafad2e11d45edb68cc1c36ca6b
parent43fbea0f3847a1aab6e3a498fc3e9e7598e2c369
REORG: quic: Add a new module for QUIC retry

Add quic_retry.c new C file for the QUIC retry feature:
   quic_saddr_cpy() moved from quic_tx.c,
   quic_generate_retry_token_aad() moved from
   quic_generate_retry_token() moved from
   parse_retry_token() moved from
   quic_retry_token_check() moved from
   quic_retry_token_check() moved from
Makefile
include/haproxy/quic_conn-t.h
include/haproxy/quic_retry.h [new file with mode: 0644]
include/haproxy/quic_tx.h
src/quic_retry.c [new file with mode: 0644]
src/quic_rx.c
src/quic_tx.c