

Go to the source code of this file.
| Defines | |
| #define | TCPDONE 0 | 
| return values for the various check() functions: | |
| #define | TCPBUG 1 | 
| #define | TCPWAITREAD 2 | 
| #define | TCPWAITWRITE 3 | 
| #define | TCPWAITRW 4 | 
| #define | TCPFINISH 5 | 
| #define | DEFPORT 9789 | 
| default port to monitor: | |
| #define | TCP_QLEN 20 | 
| TCPcommunicator config: | |
| #define | TCP_TIMEOUT_SEC 0 | 
| #define | TCP_TIMEOUT_USEC 50 | 
Common definitions for the various TCPxxx classes
Definition in file TCPdefs.H.
| #define DEFPORT 9789 | 
default port to monitor:
Definition at line 50 of file TCPdefs.H.
Referenced by TCPcommunicator::contact().
| #define TCP_QLEN 20 | 
TCPcommunicator config:
| #define TCPDONE 0 | 
return values for the various check() functions:
Definition at line 42 of file TCPdefs.H.
Referenced by TCPcliServ::check(), and TCPcommunicator::run().
 1.6.3
 1.6.3