MINOR: quic: Import C source code files for QUIC protocol.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 23 Nov 2020 13:14:04 +0000 (14:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 10:57:26 +0000 (11:57 +0100)
commita7e7ce957d57cec0115567c91950473914dbaaa9
treebc63e560812a6eb9724ff433a68e35404c11460a
parent0c4e3b09b044b568ff344de044d98c03b42c54a1
MINOR: quic: Import C source code files for QUIC protocol.

This patch imports all the C files for QUIC protocol implementation with few
modifications from 20200720-quic branch of quic-dev repository found at
https://github.com/haproxytech/quic-dev.

Traces were implemented to help with the development.
src/quic_cc.c [new file with mode: 0644]
src/quic_cc_newreno.c [new file with mode: 0644]
src/quic_frame.c [new file with mode: 0644]
src/quic_tls.c [new file with mode: 0644]
src/xprt_quic.c [new file with mode: 0644]