Actions
Optimization #1241
closedpcap recording: record per thread
Effort:
Difficulty:
Label:
Description
Pcap logging in 2.0 and earlier writes into a single file from multiple threads. To guarantee integrity, a lock is used. This leads to contention on higher speed setups.
Support per thread recording, so that each thread can write into their own file/files.
Actions