完善GQUIC1-43版本解析功能

This commit is contained in:
liuxueli
2020-06-01 17:16:23 +08:00
parent d2ad9ab2c4
commit 3f09c62e1c
5 changed files with 292 additions and 219 deletions

View File

@@ -3,8 +3,10 @@
#include "gquic.h"
#define QUIC_TRUE 0x01
#define QUIC_FALSE 0x00
#define FALSE 0x00
#define TRUE 0x01
#define QUIC_HALF_CLOSE 0x01
#define QUIC_WHOLE_CLOSE 0x02
#define QUIC_DATA 0x03