![]() |
Evita
0.16
|
#include <sys/select.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/time.h>#include <netinet/in.h>#include <arpa/inet.h>#include <netdb.h>#include "evSignal.h"#include "evBitBuffer.h"

Go to the source code of this file.
Classes | |
| class | evChannel |
Macros | |
| #define | EVPORT_COMMANDCHANNEL 11900 |
| #define | EVPORT_BITSTREAMCHANNEL 11901 |
| #define | EVPORT_PRIORITYSCHEDULECHANNEL 11902 |
| #define | EVCHANNEL_FROMCHANNEL "**channel**" |
| #define | EVCHANNEL_SERVERTIMEOUT 5 |
| #define | EVCHANNEL_NOFORK 0 |
| #define | EVCHANNEL_FORK 1 |
| #define | EVCHANNEL_NOWAIT 0 |
| #define | EVCHANNEL_WAIT 1 |
| #define EVCHANNEL_FORK 1 |
| #define EVCHANNEL_FROMCHANNEL "**channel**" |
| #define EVCHANNEL_NOFORK 0 |
| #define EVCHANNEL_NOWAIT 0 |
| #define EVCHANNEL_SERVERTIMEOUT 5 |
| #define EVCHANNEL_WAIT 1 |
| #define EVPORT_BITSTREAMCHANNEL 11901 |
| #define EVPORT_COMMANDCHANNEL 11900 |
| #define EVPORT_PRIORITYSCHEDULECHANNEL 11902 |
1.8.11