#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <netdb.h>#include <unistd.h>#include <string>#include <arpa/inet.h>Go to the source code of this file.
Classes | |
| class | Socket |
Variables | |
| const int | MAXHOSTNAME = 200 |
| const int | MAXCONNECTIONS = 5 |
| const int | MAXRECV = 500 |
| const int MAXCONNECTIONS = 5 |
Referenced by Socket::listen().
| const int MAXHOSTNAME = 200 |
| const int MAXRECV = 500 |
Referenced by Socket::recv().
1.5.6