From 80584df0a98f8faea0d671e191055a34ccc047f9 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Wed, 1 Sep 2021 15:38:47 +0800 Subject: [PATCH] =?UTF-8?q?TSG-7551:=20quic=E8=A7=A3=E6=9E=90=E5=B1=82?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=A7=A3=E6=9E=90GQUIC=2035/39=E7=9A=84SNI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gquic_process.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gquic_process.cpp b/src/gquic_process.cpp index 4ba84e2..e84e7eb 100644 --- a/src/gquic_process.cpp +++ b/src/gquic_process.cpp @@ -1098,6 +1098,8 @@ int quic_process(struct streaminfo *pstream, struct _quic_context* _context, int switch(is_gquic) { + case GQUIC_VERSION_Q035: + case GQUIC_VERSION_Q039: case GQUIC_VERSION_Q043: ret=gquic_proc_unencrypt(pstream, _context, a_packet, (char *)udp_detail->pdata, udp_detail->datalen, &used_len); break;