network is a set of Rust crates to make it easier to work with networking.
- Use the feature
libcto enable support for converting to and from:-- libc's
ether_addrtype for the structMediaAccessControlAddress; - libc's
ether_headertype for the structEthernetPacketHeader.
- libc's
- Use the feature
dpdk-systo enable support for converting to and from:-- DPDK's
ether_addrtype for the structMediaAccessControlAddress; - DPDK's
ether_hdrtype for the structEthernetPacketHeader; - DPDK's
vlan_hdrtype for the structVirtualLanPacketHeader.
- DPDK's
The license for this project is AGPL3.