3 releases
Uses old Rust 2015
0.1.2 | Aug 8, 2018 |
---|---|
0.1.1 | Aug 8, 2018 |
0.1.0 | Jul 30, 2018 |
#13 in #arp
Used in dpdk-flow
645KB
11K
SLoC
network
network is a set of Rust crates to make it easier to work with networking.
Licensing
The license for this project is AGPL3.
lib.rs
:
network-internet-control-message-protocol
A domain model of Address Resolution Protocol (ARP) packets and associated types.
This crate has the optional feature dpdk-sys
, which adds support for converting Into and From DPDK representations.
This crate also the following default features:
drop-arp-requests-with-non-zero-target-hardware-address
: Drops ARP requests with a non-zero target hardware address. Violates RFC 5227.
Dependencies
~1–8MB
~201K SLoC