修复手误,提供正确的识别函数
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user