|
feisty meow concerns codebase
2.140
|
#include <basis/byte_array.h>#include <basis/astring.h>#include <application/hoople_main.h>#include <application/command_line.h>#include <cromp/cromp_client.h>#include <cromp/cromp_server.h>#include <filesystem/directory_tree.h>#include <filesystem/filename_list.h>#include <loggers/combo_logger.h>#include <octopus/entity_defs.h>#include <octopus/tentacle.h>#include <octopus/unhandled_request.h>#include <sockets/internet_address.h>#include <sockets/machine_uid.h>#include <sockets/tcpip_stack.h>#include <structures/static_memory_gremlin.h>#include <tentacles/file_transfer_tentacle.h>#include <timely/time_control.h>#include <timely/time_stamp.h>
Go to the source code of this file.
Macros | |
| #define | LOG(a) CLASS_EMERGENCY_LOG(program_wide_logger::get(), a) |
Variables | |
| const int | REPORTING_INTERVAL = 28 * SECOND_ms |
| const int | REFRESH_INTERVAL = 120 * MINUTE_ms |
| const int | TRANSFER_PORT = 10808 |
| const int | MAX_CHUNK = 2 * MEGABYTE |
| #define LOG | ( | a | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), a) |
Definition at line 47 of file transporter.cpp.
| const int MAX_CHUNK = 2 * MEGABYTE |
Definition at line 56 of file transporter.cpp.
| const int REFRESH_INTERVAL = 120 * MINUTE_ms |
Definition at line 51 of file transporter.cpp.
| const int REPORTING_INTERVAL = 28 * SECOND_ms |
Definition at line 49 of file transporter.cpp.
| const int TRANSFER_PORT = 10808 |
Definition at line 53 of file transporter.cpp.