完善GQUIC1-43版本解析功能
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user