From 28b4f3b28f442243ab0966bc3f1ae05b0ceddb52 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Mon, 1 Jun 2020 17:29:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=8B=E8=AF=AF=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E4=BE=9B=E6=AD=A3=E7=A1=AE=E7=9A=84=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gquic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gquic.h b/src/gquic.h index 804f136..85c8821 100644 --- a/src/gquic.h +++ b/src/gquic.h @@ -177,6 +177,6 @@ int quic_process(struct streaminfo *pstream, struct _quic_context* _context, int int quic_init_stream(void **pme, int thread_seq); // **pme=(struct _quic_context* ) void quic_release_stream(struct streaminfo *a_tcp, void **pme, int thread_seq); -static enum _QUIC_VERSION parse_q0to43_header(struct streaminfo *pstream, struct _quic_context* _context, char *payload, int payload_len, int *used_len); +enum _QUIC_VERSION is_quic_protocol(struct streaminfo *pstream, struct _quic_context* _context, char *payload, int payload_len, int *used_len); #endif /* SRC_GQUIC_H_ */