支持CI,支持cmake编译

This commit is contained in:
liuxueli
2020-05-20 14:52:44 +08:00
parent 368e88699a
commit 41ef7a3d85
9 changed files with 1528 additions and 4 deletions

View File

@@ -612,7 +612,7 @@ void gquic_proc_unencrypt(struct streaminfo *pstream, struct quic_stream* a_qui
}
UINT8 parse_gquic_Q046(struct streaminfo *pstream, unsigned long long region_flag, void* a_packet,
int thread_seq, const char * payload, uint32_t payload_len, struct quic_stream* a_quic_stream){
int thread_seq, char * payload, uint32_t payload_len, struct quic_stream* a_quic_stream){
uint32_t g_pos_t = 0;
if (!a_canRead(5, payload_len, g_pos_t)) {
return QUIC_RETURN_DROPME;
@@ -712,7 +712,7 @@ UINT8 parse_gquic_Q046(struct streaminfo *pstream, unsigned long long region_fla
}
UINT8 parse_gquic(struct streaminfo *pstream, unsigned long long region_flag, void* a_packet,
int thread_seq, const char * payload, uint32_t payload_len, struct quic_stream* a_quic_stream){
int thread_seq, char * payload, uint32_t payload_len, struct quic_stream* a_quic_stream){
uint8_t pub_flags = 0;
uint8_t nonce_flag = 0;
uint8_t reset_flag = 0;