#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.
Variables | |
| const int | MAXHOSTNAME = 200 |
| const int | MAXCONNECTIONS = 5 |
| const int | MAXRECV = 500 |
|
|
|
|
|
|
|
|
|
1.4.0