diff options
| author | liuwentan <[email protected]> | 2022-08-30 14:55:21 +0800 |
|---|---|---|
| committer | liuwentan <[email protected]> | 2022-08-31 22:06:50 +0800 |
| commit | 15be8001b768d90ee844af5f886eae9e5ca2351b (patch) | |
| tree | 26178714e3d177d0299015fe90ab0a06d759bb25 /src/app.toml | |
| parent | 223fc15aae7e81ab320b0c7534ae71979e64e820 (diff) | |
[PACKET_IO] fix bug for different file has same time property
Diffstat (limited to 'src/app.toml')
| -rw-r--r-- | src/app.toml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/app.toml b/src/app.toml index 28accdc..39d5536 100644 --- a/src/app.toml +++ b/src/app.toml @@ -1,7 +1,7 @@ [PACKET_IO] # example1: # RUN_MODE="PCAP_LIVE_MODE" -# WORKER_THREAD_NUM=10 # Prompt marsio how many threads to start to receive packets +# WORKER_THREAD_NUM=10 # Prompt pcap how many threads to start to receive packets # INTERFACE=["eth0", "eth1"] # SNAP_LEN=65535 # default 65535 # PROMISC=1 # 0(disable) 1(enable), if enable nic promisc mode, default 0(disable) @@ -14,11 +14,7 @@ # example3: RUN_MODE="PCAP_FILE_MODE" -WORKER_THREAD_NUM=2 # Prompt marsio how many threads to start to receive packets +WORKER_THREAD_NUM=2 # Prompt pcap how many threads to start to receive packets PCAP_FILE_PATH="/home/liuwentan/project/stellar/stellar/src/packet_io/test/pcap_sample" # if single file, specify dir+filename; if pcapfile directory, specify dir DELETE_WHEN_DONE=0 # 0(false) 1(true), default 0, if delete it when the pcapfile is processed -# BPF_FILTER="port 80 and udp" # default null - -#RUN_MODE="PCAP_LIVE_MODE" -#WORKER_THREAD_NUM=3 # Prompt marsio how many threads to start to receive packets -#INTERFACE=["eth0"]
\ No newline at end of file +BPF_FILTER="port 443 and tcp" # default null
\ No newline at end of file |
