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

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
 

Macro Definition Documentation

◆ LOG

#define LOG (   a)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), a)

Definition at line 47 of file transporter.cpp.

Variable Documentation

◆ MAX_CHUNK

const int MAX_CHUNK = 2 * MEGABYTE

Definition at line 56 of file transporter.cpp.

◆ REFRESH_INTERVAL

const int REFRESH_INTERVAL = 120 * MINUTE_ms

Definition at line 51 of file transporter.cpp.

◆ REPORTING_INTERVAL

const int REPORTING_INTERVAL = 28 * SECOND_ms

Definition at line 49 of file transporter.cpp.

◆ TRANSFER_PORT

const int TRANSFER_PORT = 10808

Definition at line 53 of file transporter.cpp.