Skip to main content

Crate nex_socket

Crate nex_socket 

Source
Expand description

Cross-platform low-level socket APIs for TCP, UDP and ICMP.

nex-socket focuses on predictable, low-level behavior and platform-aware socket option control.

Modules§

icmp
ICMP socket.
tcp
TCP socket.
udp
UDP socket.

Enums§

SocketFamily
Represents the socket address family (IPv4 or IPv6)