#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <unistd.h>
#include <string>
#include <arpa/inet.h>
#include <iostream>
#include <string.h>
#include <errno.h>
#include <fcntl.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 | Socket | 
| Variables | |
| const int | MAXHOSTNAME = 200 | 
| const int | MAXCONNECTIONS = 5 | 
| const int | MAXRECV = 500 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 Definition at line 41 of file Socket.h. Referenced by Socket::recv(). | 
 1.3.9.1
 1.3.9.1