MistServer  2.5.3-Pro-19-gf5e75b1 ( Generic_64)
Data Structures | Namespaces
socket.h File Reference
#include <string>
#include <sstream>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <fcntl.h>
#include <deque>

Go to the source code of this file.

Data Structures

class  Socket::Buffer
 A buffer made out of std::string objects that can be efficiently read from and written to. More...
 
class  Socket::Connection
 This class is for easy communicating through sockets, either TCP or Unix. More...
 
class  Socket::Server
 This class is for easily setting up listening socket, either TCP or Unix. More...
 
class  Socket::UDPConnection
 

Namespaces

 Buffer
 
 Socket
 Holds Socket tools.