
Definition in file SockServ.H.
#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>
Include dependency graph for SockServ.H:

This graph shows which files directly or indirectly include this file:

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 |
|
|
max mumber of new clients that can come between two check():
Definition at line 51 of file SockServ.H. Referenced by SockServ::addUserClient(). |
|
|
return values for check():
Definition at line 54 of file SockServ.H. Referenced by SockServ::check(), and TCPcommunicator::run(). |
1.4.4