Structs§
- Network
Tap - An instance of the socket/stream.
Traits§
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.