Module virtual_net::meta
source · Re-exports
pub use super::IpCidr;
pub use super::IpRoute;
pub use super::NetworkError;
pub use super::SocketStatus;
pub use super::StreamSecurity;
Structs
- A
Duration
type to represent a span of time, typically used for system timeouts. - An IPv4 address.
- An IPv6 address.
- Represents a socket ID
Enums
- An IP address, either IPv4 or IPv6.
- Message sent by the client to the server
- Message sent by the server back to a client
- Possible values which can be passed to the [
TcpStream::shutdown
] method. - An internet socket address, either IPv4 or IPv6.