Expand description
Raw Ethernet socket abstraction.
Platform-specific implementations live in socket_linux.rs (AF_PACKET)
and socket_macos.rs (BPF). This module re-exports PacketSocket and
provides AsyncPacketSocket.
Structs§
- Async
Packet Socket - Packet
Socket - Wrapper around an AF_PACKET SOCK_DGRAM file descriptor.
Constants§
- ETHERNET_
BROADCAST - Broadcast MAC address.