summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-11-27 13:37:51 +0800
committerluwenpeng <[email protected]>2024-11-27 13:43:54 +0800
commit975b584b6595e119b6ea8da392719f14799f5929 (patch)
treeff391e71e7fdc797fb70e24ae43148a787fef639 /conf
parent035b393a946af2ce219e177d0bdcb8db62c56f5d (diff)
bugfix: packet manager get stage on polling
Diffstat (limited to 'conf')
-rw-r--r--conf/stellar.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/stellar.toml b/conf/stellar.toml
index 93fc1d6..906503c 100644
--- a/conf/stellar.toml
+++ b/conf/stellar.toml
@@ -7,7 +7,7 @@
dev_symbol = "nf_0_fw"
pcap_path = "/tmp/test.pcap"
pcap_done_exit = 1 # range: [0, 1]
- pcap_queue_size = 1 # range: [1, 4294967295]
+ pcap_queue_size = 1024 # range: [1, 4294967295]
thread_num = 1 # range: [1, 256]
cpu_mask = [5, 6, 7, 8, 9, 10, 11, 12]
idle_yield_ms = 900 # range: [0, 60000] (ms)