
Definition in file TCPdefs.H.
This graph shows which files directly or indirectly include this file:

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 |
|
|
default port to monitor:
Definition at line 50 of file TCPdefs.H. Referenced by TCPcommunicator::contact(). |
|
|
TCPcommunicator config:.
|
|
|
return values for the various check() functions:
Definition at line 42 of file TCPdefs.H. Referenced by TCPcliServ::check(), and TCPcommunicator::run(). |
1.4.4