Module network

Source

Structs§

NetworkTap
An instance of the socket/stream.

Traits§

SocketTap
A common interface to access the realizations for both TcpStream and UdpSocket

Functions§

new_tcp
Creates new instance of TcpStream. The stream is not connected and SocketTap::connect should be called.
new_udp
Creates new instance of UdpSocket. The socket is not connected and SocketTap::connect should be called.