Re-exports§
pub use super::IpCidr;
pub use super::IpRoute;
pub use super::NetworkError;
pub use super::SocketStatus;
pub use super::StreamSecurity;
Structs§
- Socket
Id - Represents a socket ID
Enums§
- Frame
Serialization Format - Message
Request - Message sent by the client to the server
- Message
Response - Message sent by the server back to a client
- Request
Type - Response
Type - Shutdown
- Possible values which can be passed to the
TcpStream::shutdown
method.