#include "Component/ModelComponent.H"
#include "Component/ModelParam.H"
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
Go to the source code of this file.
Classes | |
class | SockServ |
This is a multi-socket connection server. More... | |
Defines | |
#define | MAXNBNUCLI 128 |
max mumber of new clients that can come between two check(): | |
#define | SOCKSERV_IDLE 0 |
return values for check(): | |
#define | SOCKSERV_BUG 1 |
#define | SOCKSERV_ACTIV 2 |
A simple multi-client socket server
Definition in file SockServ.H.
#define MAXNBNUCLI 128 |
max mumber of new clients that can come between two check():
Definition at line 51 of file SockServ.H.
Referenced by SockServ::addUserClient().
#define SOCKSERV_IDLE 0 |
return values for check():
Definition at line 54 of file SockServ.H.
Referenced by SockServ::check(), and TCPcommunicator::run().