#include <sys/socket.h>
#include <xvr2/String.h>
#include <xvr2/Net/OldSocket.h>
#include <xvr2/Net/IPv4Address.h>
#include <xvr2/Net/NetworkExceptions.h>
#include <xvr2/InvalidParameterException.h>
#include <xvr2/RawInputStream.h>
#include <xvr2/RawOutputStream.h>
Go to the source code of this file.
Namespaces | |
namespace | xvr2 |
namespace | xvr2::Net |
Classes | |
class | xvr2::Net::OldTCPSocket |
This class provides all the functionality for working with TCP sockets, from connection to sending a receiving data from a connected peer. More... |