From 56d3e1b0bd2d6083e8ac2bde50c799a74d7cf6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Fri, 19 Nov 2021 14:32:52 +0100 Subject: [PATCH] MINOR: quic: Support draft-29 QUIC version This is only to support quic-tracker test suite. --- src/xprt_quic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xprt_quic.c b/src/xprt_quic.c index 6b4563051..d1e24ba9d 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c @@ -55,6 +55,7 @@ /* list of supported QUIC versions by this implementation */ static int quic_supported_version[] = { 0x00000001, + 0xff00001d, /* draft-29 */ /* placeholder, do not add entry after this */ 0x0