2 releases
Uses old Rust 2015
0.1.1 | Jul 16, 2018 |
---|---|
0.1.0 | Jul 1, 2018 |
#16 in #raw-sockets
26 downloads per month
12KB
273 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.6–1MB
~14K SLoC