summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorlijia <[email protected]>2021-02-20 14:11:44 +0800
committerlijia <[email protected]>2021-02-20 14:11:44 +0800
commit105bb4d1bee2e3fe8ea2d07fe5249b0b9fdce325 (patch)
treea9f98f05894f39674d73c35dd74d903116a9a125 /bin
parent8eb5140eb141c67cf11ef5c5b25e03d6c71095b8 (diff)
TSG-5515, 支持连续读取多个pcap文件, 中途不退出.
Diffstat (limited to 'bin')
-rw-r--r--bin/etc/sapp.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/etc/sapp.toml b/bin/etc/sapp.toml
index 115ead4..3d300b1 100644
--- a/bin/etc/sapp.toml
+++ b/bin/etc/sapp.toml
@@ -9,8 +9,8 @@
instance_name = "sapp_v4.0"
[CPU]
-worker_threads=4
-send_only_threads_max=4
+worker_threads=1
+send_only_threads_max=1
### note, bind_mask, if you do not want to bind thread to special CPU core, keep it empty as []
bind_mask=[]
@@ -21,7 +21,7 @@ dictator_enable=1
[overlay_tunnel_definition]
### note, since 2020-10-01, L2-L3 tunnel(VLAN,MPLS,PPPOE,etc.) is process and offload by mrtunnat,
### after 2020-10-01, sapp support L2-L3 tunnel(VLAN,MPLS,PPPOE,etc.) without mrtunnat.
- l2_l3_tunnel_support=1
+ l2_l3_tunnel_support=0
### note, optional value is [none, vxlan]
overlay_mode=none