This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar-2022/src/app.toml

17 lines
194 B
TOML
Raw Normal View History

2022-07-26 15:05:14 +08:00
[THREAD]
thread_num = 1
[PACKET_IO]
"""
example1:
run_mode = pcap_live
interface = [eth0, eth1]
"""
run_mode = pcap_live # three mode: pcap_file/pcap_live/marsio
interface = [eth0, eth1]