diff options
| author | luwenpeng <[email protected]> | 2024-08-19 18:40:49 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-08-19 18:40:49 +0800 |
| commit | 29cbe532effc992c1e33932461085fcbdbeb8fc9 (patch) | |
| tree | 1e7887a6ebd541f9b275a317433026025138d50f /conf/stellar.toml | |
| parent | 520eb085b8fb1217023f321a727c350ba5ef0902 (diff) | |
feature: packet I/O suppport dumpfile list mode
Diffstat (limited to 'conf/stellar.toml')
| -rw-r--r-- | conf/stellar.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/stellar.toml b/conf/stellar.toml index 4e5fcbb..275294a 100644 --- a/conf/stellar.toml +++ b/conf/stellar.toml @@ -3,11 +3,13 @@ snowflake_base = 1 # [0, 31] snowflake_offset = 2 # [0, 127] [packet_io] -mode = dumpfile # dumpfile, marsio +mode = dumpfile # dumpfile, dumpfilelist, marsio app_symbol = stellar dev_symbol = nf_0_fw -dumpfile_dir = "/tmp/dumpfile/" +dumpfile_path = "/tmp/dumpfile/dumpfile.pcap" +#dumpfile_path = "/tmp/dumpfile/dumpfilelist" + nr_threads = 1 # [1, 256] cpu_mask = [5, 6, 7, 8, 9, 10, 11, 12] |
