You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
A loss of 100 Mbps (~20%) which I can't explain. A quick look at perf top also doesn't show anything obvious.
The most costly operations seem to be stats_ access/updates within PcapTxThread::sendQueueTransmit() but the whole function itself (except it's children) takes up only about 2% cpu. So it's likely something system side that needs to be studied in greater detail.
The text was updated successfully, but these errors were encountered:
For 64 byte packets with v1.2.0
A loss of 100 Mbps (~20%) which I can't explain. A quick look at
perf top
also doesn't show anything obvious.The most costly operations seem to be
stats_
access/updates withinPcapTxThread::sendQueueTransmit()
but the whole function itself (except it's children) takes up only about 2% cpu. So it's likely something system side that needs to be studied in greater detail.The text was updated successfully, but these errors were encountered: