mio-afpacket

Crates.iomio-afpacket
lib.rsmio-afpacket
version0.1.1
sourcesrc
created_at2018-07-01 12:24:18.273436
updated_at2018-07-16 21:59:05.6749
descriptionRaw packet sockets (AF_PACKET) support for mio
homepagehttps://github.com/polachok/mio-afpacket
repositoryhttps://github.com/polachok/mio-afpacket
max_upload_size
id72416
size11,875
Alexander Polakov (polachok)

documentation

README

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)

Commit count: 23

cargo fmt