Module tcp

Module tcp 

Available on crate feature osal-std only.
Expand description

TCP socket implementation for the std platform.

Structsยง

TcpConnection
Active TCP connection for reading and writing data.
TcpSocket
TCP socket for establishing connections.