feisty meow concerns codebase
2.140
|
#include "cromp_common.h"
#include "cromp_transaction.h"
#include <basis/byte_array.h>
#include <basis/functions.h>
#include <basis/astring.h>
#include <basis/mutex.h>
#include <crypto/rsa_crypto.h>
#include <loggers/program_wide_logger.h>
#include <octopus/entity_data_bin.h>
#include <octopus/entity_defs.h>
#include <octopus/infoton.h>
#include <octopus/octopus.h>
#include <octopus/tentacle.h>
#include <octopus/unhandled_request.h>
#include <sockets/internet_address.h>
#include <sockets/machine_uid.h>
#include <sockets/spocket.h>
#include <sockets/tcpip_stack.h>
#include <structures/static_memory_gremlin.h>
#include <tentacles/encryption_infoton.h>
#include <textual/byte_formatter.h>
#include <timely/time_stamp.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 | CHECK_STALENESS |
Functions | |
cromp::SAFE_STATIC_CONST (rsa_crypto, _hidden_localhost_only_key,(encryption_infoton::RSA_KEY_SIZE)) const rsa_crypto &cromp_common | |
Variables | |
const int | cromp::STALENESS_PERIOD = 2 * MINUTE_ms |
const int | cromp::SEND_DELAY_TIME = 200 |
const int | cromp::DATA_AWAIT_SNOOZE = 80 |
const int | cromp::QUICK_CROMP_SNOOZE = 28 |
const int | cromp::CROMP_BUFFER_CHUNK_SIZE = 256 * KILOBYTE |
const int | cromp::MAXIMUM_RECEIVES = 70 |
const int | cromp::MAXIMUM_SEND = 128 * KILOBYTE |
const int | cromp::CLEANUP_INTERVAL = 28 * SECOND_ms |
#define CHECK_STALENESS |
Definition at line 616 of file cromp_common.cpp.
#define LOG | ( | to_print | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), astring(to_print).s()) |
Definition at line 70 of file cromp_common.cpp.