Skip to main content

Module socket

Module socket 

Source
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§

AsyncPacketSocket
PacketSocket
Wrapper around an AF_PACKET SOCK_DGRAM file descriptor.

Constants§

ETHERNET_BROADCAST
Broadcast MAC address.