提供识别QUIC协议函数static enum _QUIC_VERSION parse_q0to43_header(struct streaminfo *pstream, struct _quic_context* _context, char *payload, int payload_len, int *used_len)

This commit is contained in:
liuxueli
2020-06-01 17:25:41 +08:00
parent 86f4dc968f
commit 4490b97a7d
2 changed files with 1 additions and 5 deletions

View File

@@ -93,5 +93,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);
#endif /* SRC_GQUIC_H_ */