Networking primitives for TCP/UDP communication.
This module provides networking functionality for the Transmission Control and User Datagram Protocols, as well as types for IP and socket addresses.
TcpListener and TcpStream provide functionality for communication over TCP
UdpSocket provides functionality for communication over UDP
IpAddr represents IP addresses of either IPv4 or IPv6
SocketAddr represents socket addresses of either IPv4 or IPv6