Crate afpacket

Source
Expand description

Rust bindings for Linux AF_PACKET (raw) sockets

Packet sockets are used to receive or send raw packets at the device driver (OSI Layer 2) level. They allow the user to implement protocol modules in user space on top of the physical layer. – packet(7)

Modules§

sync
The bindings