1 unstable release

0.2.0 Sep 26, 2020

#17 in #raw-sockets

MIT license

14KB
318 lines

mio-afpacket

AF_PACKET (raw) socket support for mio.

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)

Dependencies

~0.5–0.8MB
~14K SLoC