6#include <netinet/tcp.h>
A class that represents a client socket. Connects to a server.
Definition: ClientSocket.hpp:16
ClientSocket & operator=(const ClientSocket &other)=delete
virtual ~ClientSocket()
Definition: ClientSocket.cpp:51
ClientSocket(const ClientSocket &other)=delete
a RAII wrapper for a socket.
Definition: Socket.hpp:17