|
JS8Call-Improved master
|
Lightweight TCP client utilities used throughout the network code. More...


Go to the source code of this file.
Classes | |
| class | TCPClient |
| Simple TCP client wrapper. More... | |
Lightweight TCP client utilities used throughout the network code.
TCPClient provides convenience methods to ensure a TCP connection and to send a short message to a host:port pair. The implementation is hidden by a pimpl to keep this header stable.