Crate afpacket[][src]

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

async

Async wrapper for use with futures or async-std

sync

The bindings