ESA JPIP server
0.1
|
#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"
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. | |