ESA JPIP server  0.1
socket.h File Reference
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/times.h>
#include <unistd.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <string>
#include "address.h"
Include dependency graph for socket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  net::Socket
 This class has been designed to work with UNIX sockets in an easy and object oriented way. More...
 

Namespaces

 net
 Contains classes to easy the utilization of sockets, specially implemented for UNIX systems.