Crate nex_socket

Source
Expand description

Convenience sockets built on top of socket2 and tokio.

This crate provides synchronous and asynchronous helpers for TCP, UDP and ICMP. The goal is to simplify lower level socket configuration across platforms while still allowing direct access when needed.

Modules§

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

Enums§

SocketFamily
Represents the socket address family (IPv4 or IPv6)