Skip to main content

Module client

Module client 

Expand description

Rama TCP Client module.

Modules§

service
TCP services for Rama.

Structs§

Request
A request to establish a Tcp Connection.

Traits§

TcpStreamConnector
Trait used internally by tcp_connect and the TcpConnector to actually establish the TcpStream

Functions§

default_tcp_connect
Establish a TcpStream connection for the given HostWithPort, using the default settings and no custom state.
tcp_connect
Establish a TcpStream connection for the given HostWithPort.