feisty meow concerns codebase  2.140
test_cromp_client.cpp File Reference
Include dependency graph for test_cromp_client.cpp:

Go to the source code of this file.

Macros

#define LOG(s)   CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s))
 
#define DEBUG_TESTER
 

Variables

const int MAXIMUM_SENDS = 100008
 
const int NUMBER_OF_THREADS = 1
 
const int GRABBER_THREADS = 0
 
const int MAX_SEND_TRIES = 1
 
const int CHECKPOINT_SIZE = 100
 
const int DATA_SEGMENT_SIZE = 64
 
const int REPORTING_INTERVAL = 10 * SECOND_ms
 
const int MAXIMUM_ACQUISITION_DELAY = 8 * SECOND_ms
 
const int MAXIMUM_PENDING_REQUESTS = 108
 
const int PENDING_REQUESTS_FORCED = MAXIMUM_PENDING_REQUESTS
 
const int CHANCE_OF_RECONSTRUCT = 14
 

Macro Definition Documentation

◆ DEBUG_TESTER

#define DEBUG_TESTER

Definition at line 61 of file test_cromp_client.cpp.

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s))

Definition at line 59 of file test_cromp_client.cpp.

Variable Documentation

◆ CHANCE_OF_RECONSTRUCT

const int CHANCE_OF_RECONSTRUCT = 14

Definition at line 123 of file test_cromp_client.cpp.

◆ CHECKPOINT_SIZE

const int CHECKPOINT_SIZE = 100

Definition at line 92 of file test_cromp_client.cpp.

◆ DATA_SEGMENT_SIZE

const int DATA_SEGMENT_SIZE = 64

Definition at line 96 of file test_cromp_client.cpp.

◆ GRABBER_THREADS

const int GRABBER_THREADS = 0

Definition at line 78 of file test_cromp_client.cpp.

◆ MAX_SEND_TRIES

const int MAX_SEND_TRIES = 1

Definition at line 83 of file test_cromp_client.cpp.

◆ MAXIMUM_ACQUISITION_DELAY

const int MAXIMUM_ACQUISITION_DELAY = 8 * SECOND_ms

Definition at line 107 of file test_cromp_client.cpp.

◆ MAXIMUM_PENDING_REQUESTS

const int MAXIMUM_PENDING_REQUESTS = 108

Definition at line 112 of file test_cromp_client.cpp.

◆ MAXIMUM_SENDS

const int MAXIMUM_SENDS = 100008

Definition at line 68 of file test_cromp_client.cpp.

◆ NUMBER_OF_THREADS

const int NUMBER_OF_THREADS = 1

Definition at line 72 of file test_cromp_client.cpp.

◆ PENDING_REQUESTS_FORCED

const int PENDING_REQUESTS_FORCED = MAXIMUM_PENDING_REQUESTS

Definition at line 118 of file test_cromp_client.cpp.

◆ REPORTING_INTERVAL

const int REPORTING_INTERVAL = 10 * SECOND_ms

Definition at line 101 of file test_cromp_client.cpp.