MINOR: quic: Add definitions for QUIC protocol.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 23 Nov 2020 13:10:37 +0000 (14:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 10:57:26 +0000 (11:57 +0100)
commit0c4e3b09b044b568ff344de044d98c03b42c54a1
tree31c3cc9a8dac42374b1d011f621361f293167e65
parent10caf656348c4a2166ab19c00d06f1693076442e
MINOR: quic: Add definitions for QUIC protocol.

This patch imports all the definitions for QUIC protocol with few modifications
from 20200720-quic branch of quic-dev repository found at
https://github.com/haproxytech/quic-dev.
include/haproxy/quic_cc-t.h [new file with mode: 0644]
include/haproxy/quic_cc.h [new file with mode: 0644]
include/haproxy/quic_frame-t.h [new file with mode: 0644]
include/haproxy/quic_frame.h [new file with mode: 0644]
include/haproxy/quic_loss-t.h [new file with mode: 0644]
include/haproxy/quic_loss.h [new file with mode: 0644]
include/haproxy/quic_sock.h
include/haproxy/quic_tls-t.h [new file with mode: 0644]
include/haproxy/quic_tls.h [new file with mode: 0644]
include/haproxy/xprt_quic-t.h [new file with mode: 0644]
include/haproxy/xprt_quic.h [new file with mode: 0644]