TFE Packet IO支持带封装报文格式

This commit is contained in:
wangmenglan
2023-05-26 18:50:18 +08:00
parent f00ef65963
commit 4d26281338
14 changed files with 1577 additions and 156 deletions

View File

@@ -32,6 +32,13 @@ struct ctrl_pkt_parser
struct route_ctx seq_route_ctx;
struct sids ack_sids;
struct route_ctx ack_route_ctx;
char *seq_header;
int seq_len;
char *ack_header;
int ack_len;
// 0x01 is_single
// 0x02 is_tunnel
uint8_t intercpet_data;
};
const char *session_state_to_string(enum session_state state);