diff options
| author | luwenpeng <[email protected]> | 2023-12-29 17:25:18 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-01-02 18:47:49 +0800 |
| commit | cbd98507a21d59ceab7e66cf6dfb3a851571d7aa (patch) | |
| tree | fddad27246eaed74b25c0b2036384c95773b03b7 /conf/tfe | |
| parent | 9d3dcce1abdbd2f3f7a6d6062d4e8dc960b47997 (diff) | |
TSG-18285 TFE的Packet IO模块支持重复流量识别
Diffstat (limited to 'conf/tfe')
| -rw-r--r-- | conf/tfe/tfe.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/tfe/tfe.conf b/conf/tfe/tfe.conf index b9e50b2..4d56b0b 100644 --- a/conf/tfe/tfe.conf +++ b/conf/tfe/tfe.conf @@ -228,6 +228,11 @@ app_name="proxy_rule_hits" # for enable kni v4 [packet_io] +dup_packet_filter_enable=1 +dup_packet_filter_capacity=1000000 +dup_packet_filter_timeout=10 +# MESA_load_profile not support double +#dup_packet_filter_error_rate=0.00001 packet_io_debug=0 packet_io_threads=8 packet_io_cpu_affinity_mask=1-9 |
