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