|
feisty meow concerns codebase
2.140
|
#include "crompish_pax.h"#include <mathematics/chaos.h>#include <basis/astring.h>#include <application/application_shell.h>#include <application/command_line.h>#include <application/hoople_main.h>#include <cromp/cromp_client.h>#include <filesystem/filename.h>#include <loggers/console_logger.h>#include <loggers/file_logger.h>#include <loggers/program_wide_logger.h>#include <octopus/entity_data_bin.h>#include <octopus/entity_defs.h>#include <octopus/infoton.h>#include <processes/ethread.h>#include <processes/thread_cabinet.h>#include <processes/rendezvous.h>#include <sockets/internet_address.h>#include <sockets/throughput_counter.h>#include <structures/static_memory_gremlin.h>#include <structures/set.h>#include <timely/time_control.h>#include <unit_test/unit_base.h>#include <stdlib.h>
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 |
| #define DEBUG_TESTER |
Definition at line 61 of file test_cromp_client.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(s)) |
Definition at line 59 of file test_cromp_client.cpp.
| const int CHANCE_OF_RECONSTRUCT = 14 |
Definition at line 123 of file test_cromp_client.cpp.
| const int CHECKPOINT_SIZE = 100 |
Definition at line 92 of file test_cromp_client.cpp.
| const int DATA_SEGMENT_SIZE = 64 |
Definition at line 96 of file test_cromp_client.cpp.
| const int GRABBER_THREADS = 0 |
Definition at line 78 of file test_cromp_client.cpp.
| const int MAX_SEND_TRIES = 1 |
Definition at line 83 of file test_cromp_client.cpp.
| const int MAXIMUM_ACQUISITION_DELAY = 8 * SECOND_ms |
Definition at line 107 of file test_cromp_client.cpp.
| const int MAXIMUM_PENDING_REQUESTS = 108 |
Definition at line 112 of file test_cromp_client.cpp.
| const int MAXIMUM_SENDS = 100008 |
Definition at line 68 of file test_cromp_client.cpp.
| const int NUMBER_OF_THREADS = 1 |
Definition at line 72 of file test_cromp_client.cpp.
| const int PENDING_REQUESTS_FORCED = MAXIMUM_PENDING_REQUESTS |
Definition at line 118 of file test_cromp_client.cpp.
| const int REPORTING_INTERVAL = 10 * SECOND_ms |
Definition at line 101 of file test_cromp_client.cpp.