修正解密流量转发中重建TCP流部分序列号错误的问题。

This commit is contained in:
luqiuwen
2019-06-09 14:53:17 +08:00
committed by zhengchao
parent d5c54b96a7
commit f518ebfa00
3 changed files with 95 additions and 37 deletions

View File

@@ -153,6 +153,7 @@ struct tfe_stream_addr
const char* tfe_stream_conn_dir_to_str(enum tfe_conn_dir dir);
void tfe_stream_addr_free(struct tfe_stream_addr *addr);
struct tfe_stream_addr * tfe_stream_addr_create_by_fd(int fd, enum tfe_conn_dir dir);
struct tfe_stream_addr * tfe_stream_addr_reverse(struct tfe_stream_addr * orin);
//Follow function's returned pointer should be passed to free to release the allocated storage when it is no longer needed.
char* tfe_string_addr_create_by_fd(int fd, enum tfe_conn_dir dir);