Crates.io | mio-afpacket |
lib.rs | mio-afpacket |
version | 0.1.1 |
source | src |
created_at | 2018-07-01 12:24:18.273436 |
updated_at | 2018-07-16 21:59:05.6749 |
description | Raw packet sockets (AF_PACKET) support for mio |
homepage | https://github.com/polachok/mio-afpacket |
repository | https://github.com/polachok/mio-afpacket |
max_upload_size | |
id | 72416 |
size | 11,875 |
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)