- ⚠️ Breaking change
[Unreleased]
Added
RecvThread::thread_name()
can be used to set the receiver's thread name.- Re-export
pcap
from crate root.
Changed
- ⚠️ Return
ControlFlow
fromPacketHandler::proc()
andPacketHandler::idle()
, to more clearly state intention to continue or abort poll loop. This also opens up the ability to end the loop successfully, usingControlFlow::Break(Ok(()))
. - Upgrade from
pcap
1.2.0
to1.3.0
.
Removed
[0.0.1] - 2024-03-12
Initial release.