Module tcp

Source
Expand description

Methods related to reading from and writing to TCP connections

Functionsยง

recv_loop
Repeatedly reads from a TcpStream and carves out messages.
send_loop
Repeatedly sends messages into a TcpStream.