polachok / mio-afpacket

AF_PACKET socket support for mio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

AF_PACKET socket support for mio


Languages

Language:Rust 100.0%