#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <unistd.h>
Go to the source code of this file.
Compounds | |
class | Socket |
Variables | |
const int | MAX_WAITING = 5 |
|
The maximum number of connections that are pooled in the TCP stack |