Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 334 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 334 Bytes

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)