Module photonio_uring::net

source ·
Expand description

Primitives for asynchronous networking operations.

This module is an async version of std::net.

Structs

An IPv4 address.
An IPv6 address.
An IPv4 socket address.
An IPv6 socket address.
A TCP socket listening for connections.
A TCP stream between a local and a remote socket.

Enums

An IP address, either IPv4 or IPv6.
Possible values which can be passed to the TcpStream::shutdown method.
An internet socket address, either IPv4 or IPv6.

Traits

Resolves to one or more socket addresses.