pub type TcpSocket = StreamSocket<Tcp>;
The TCP socket type.
pub struct TcpSocket { /* private fields */ }