pakr-mio-afpacket

Crates.iopakr-mio-afpacket
lib.rspakr-mio-afpacket
version0.2.0
sourcesrc
created_at2020-09-26 18:26:07.824889
updated_at2020-09-26 18:26:07.824889
descriptionRaw packet sockets (AF_PACKET) support for mio
homepagehttps://github.com/p-kraszewski/mio-afpacket
repositoryhttps://github.com/p-kraszewski/mio-afpacket
max_upload_size
id293205
size13,927
Paweł Kraszewski (p-kraszewski)

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: 25

cargo fmt