Module client
Expand description
Rama TCP Client module.
Modules§
- service
- TCP services for Rama.
Structs§
Traits§
- TcpStream
Connector - Trait used internally by
tcp_connectand theTcpConnectorto actually establish the [TcpStream.]
Functions§
- default_
tcp_ connect - Establish a
TcpStreamconnection for the givenAuthority, using the default settings and no custom state. - tcp_
connect - Establish a
TcpStreamconnection for the givenAuthority.