v0.4.6
wiresock
released this
14 Jun 06:45
·
14 commits
to refs/heads/main
since this release
Release Notes for NDISAPI-RS v0.4.6
New Features
- Improvements to EthMRequest Implementation:
- Introduced
drain
anddrain_success
methods: These new methods offer the capability to drain either all packets, or only those that have been successfully read, respectively. - Replacement of
consume
method with theappend
method: The newappend
function can be used to consume the iterator returned by eitherdrain
ordrain_success
methods. This function facilitates the relocation of packets into the targetEthMRequest
instance, effectively replacing the functionality previously provided by theconsume
method.
- Introduced