Expand description
The implementation of tcp relay client.
Structs§
- Client
- Client connection to a TCP relay.
- Connection
Error - Error that can happen when handling a connection.
- Connections
- TCP connections provides reliable connection to a friend via multiple TCP relays.
- Handle
Packet Error - Error that can happen when handling
Tcp relay
packet. - Send
Packet Error - Error that can happen when sending packet.
- Spawn
Error - Error that can happen when spawning a connection.
Enums§
- Connection
Error Kind - The specific kind of error that can occur.
- Handle
Packet Error Kind - The specific kind of error that can occur.
- Incoming
Packet - Packet that can be received from a TCP relay and should be handled outside of connections module.
- Node
Connection Status - Connection status shows whether a connection used or not.
- Send
Packet Error Kind - The specific kind of error that can occur.
- Spawn
Error Kind - The specific kind of error that can occur.