diff options
| author | fumingwei <[email protected]> | 2021-05-11 11:22:59 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2021-05-11 11:22:59 +0800 |
| commit | dd089adefd79da0995b311acca90004748c68b54 (patch) | |
| tree | bd32f9b81f156d766c80ba25769fae4fba250dcd /common | |
| parent | e7573e57030c2df2764ac26bfea29fdd3734944f (diff) | |
增加对是否是重复流量不确定的情况下的处理
Diffstat (limited to 'common')
| -rw-r--r-- | common/include/kni_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/include/kni_utils.h b/common/include/kni_utils.h index 67805a2..5004fc0 100644 --- a/common/include/kni_utils.h +++ b/common/include/kni_utils.h @@ -77,6 +77,7 @@ enum kni_field{ //intercept error HAVE_DUP_PKT KNI_FIELD_INTCPERR_GET_HAVE_DUP_PKT_ERR, + KNI_FIELD_INTCPERR_DUP_PKT_NOT_SURE_ERR, //intercept error stream tun type KNI_FIELD_INTCPERR_GET_STREAM_TUN_TYPE_ERR, |
