diff options
| author | fumingwei <[email protected]> | 2020-04-07 11:19:52 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2020-04-07 11:19:52 +0800 |
| commit | f1601233b7989dee3421cc90e00d10dfaf45f411 (patch) | |
| tree | d7932e60acd56c51051374d0f12e4d32f69aedd1 /common | |
| parent | 57bfa41b3c4b3a51e1c2fcb328832a2d9311a568 (diff) | |
1、增加kni对ssh协议的支持2、增加kni对流方向的识别信息v3.0.3-20200408v20.04
Diffstat (limited to 'common')
| -rw-r--r-- | common/include/kni_cmsg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/include/kni_cmsg.h b/common/include/kni_cmsg.h index 29527a4..3716f72 100644 --- a/common/include/kni_cmsg.h +++ b/common/include/kni_cmsg.h @@ -28,6 +28,7 @@ enum tfe_cmsg_tlv_type TFE_CMSG_TCP_RESTORE_PROTOCOL = 0xa, TFE_CMSG_TCP_RESTORE_WINDOW_CLIENT = 0xb, TFE_CMSG_TCP_RESTORE_WINDOW_SERVER = 0xc, + TFE_CMSG_TCP_RESTORE_INFO_PACKET_CUR_DIR = 0xd, TFE_CMSG_POLICY_ID = 0x10, TFE_CMSG_STREAM_TRACE_ID = 0x11, |
