network is a set of Rust crates to make it easier to work with networking.
- Use the feature
libc
to enable support for converting to and from:-- libc's
ether_addr
type for the structMediaAccessControlAddress
; - libc's
ether_header
type for the structEthernetPacketHeader
.
- libc's
- Use the feature
dpdk-sys
to enable support for converting to and from:-- DPDK's
ether_addr
type for the structMediaAccessControlAddress
; - DPDK's
ether_hdr
type for the structEthernetPacketHeader
; - DPDK's
vlan_hdr
type for the structVirtualLanPacketHeader
.
- DPDK's
The license for this project is AGPL3.