|
feisty meow concerns codebase
2.140
|
#include "cromp_common.h"#include "cromp_security.h"#include "cromp_server.h"#include <basis/astring.h>#include <basis/functions.h>#include <basis/mutex.h>#include <loggers/program_wide_logger.h>#include <octopus/entity_data_bin.h>#include <octopus/entity_defs.h>#include <octopus/identity_infoton.h>#include <octopus/infoton.h>#include <octopus/tentacle.h>#include <octopus/unhandled_request.h>#include <processes/ethread.h>#include <processes/thread_cabinet.h>#include <sockets/internet_address.h>#include <sockets/tcpip_stack.h>#include <sockets/spocket.h>#include <structures/amorph.h>#include <structures/unique_id.h>#include <tentacles/key_repository.h>#include <tentacles/login_tentacle.h>#include <tentacles/encryption_tentacle.h>#include <tentacles/encryption_wrapper.h>#include <timely/time_control.h>
Go to the source code of this file.
Namespaces | |
| cromp | |
Macros | |
| #define | LOG(to_print) CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(to_print).s()) |
| #define | LOCK_LISTS auto_synchronizer l(*_list_lock) |
Variables | |
| const int | cromp::DEAD_CLIENT_CLEANING_INTERVAL = 1 * SECOND_ms |
| const int | cromp::MAXIMUM_ACTIONS_PER_CLIENT = 4000 |
| const int | cromp::SEND_TRIES_ALLOWED = 1 |
| const int | cromp::SEND_THRESHOLD = 512 * KILOBYTE |
| const int | cromp::EXTREME_SEND_TRIES_ALLOWED = 28 |
| const int | cromp::MAXIMUM_BYTES_PER_SEND = 2 * MEGABYTE |
| const int | cromp::MAXIMUM_SIZE_BATCH = 384 * KILOBYTE |
| const int | cromp::DROPPING_INTERVAL = 500 |
| const int | cromp::DATA_AWAIT_TIMEOUT = 14 |
| const int | cromp::ACCEPTANCE_SNOOZE = 60 |
| #define LOCK_LISTS auto_synchronizer l(*_list_lock) |
Definition at line 482 of file cromp_server.cpp.
| #define LOG | ( | to_print | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(to_print).s()) |
Definition at line 88 of file cromp_server.cpp.