Crate compio_net
source ·Expand description
Network related.
Currently, TCP/UDP/Unix socket are implemented.
Structs
- A TCP socket server, listening for connections.
- A TCP stream between a local and a remote socket.
- A UDP socket.
- A Unix socket server, listening for connections.
- A Unix stream between two local sockets on Windows & WSL.
Traits
- A trait for objects which can be converted or resolved to one or more
SockAddr
values.