#include "Client_IO.H"


Go to the source code of this file.
Variables | |
| const int | ConnectRetries = 3 |
| const int | RetryDelay = 60 |
Definition in file Client_IO.cc.
| const int ConnectRetries = 3 |
Definition at line 10 of file Client_IO.cc.
Referenced by CClientPolynomFetcher::THREAD_fetch_polynom(), and CClientRelation_Delivery::THREAD_transmit_Relations().
| const int RetryDelay = 60 |
Definition at line 11 of file Client_IO.cc.
Referenced by CClientPolynomFetcher::THREAD_fetch_polynom(), and CClientRelation_Delivery::THREAD_transmit_Relations().
1.5.4