43 /** \defgroup network_grp Networking, sockets, DNS
44 * \ingroup mrpt_base_grp */
45
46 /** A TCP socket that can be connected to a TCP server, implementing MRPT's CStream interface for passing objects as well as generic read/write methods.
47 * Unless otherwise noticed, operations are blocking.
48 *
49 * Note that for convenience, DNS lookup is performed with a timeout (default=3000ms), which can be changed by the static member CClientTCPSocket::DNS_LOOKUP_TIMEOUT_MS