libosmscout
0.1
|
Variables | |
static constexpr std::chrono::seconds | BackOffInitial {1} |
Initial back-off time. More... | |
static constexpr std::chrono::seconds | BackOffMax {300} |
Maximum back-off time. More... | |
static constexpr uint64_t | BufferNetwork {1024*1024*1} |
Size of network ring buffer. More... | |
static constexpr std::chrono::seconds | DownloadReadTimeout {60} |
Download read timeout in seconds. More... | |
static constexpr int | MaxDownloadRetries {-1} |
Maximal number of download retries before cancelling download. More... | |
static constexpr const char * | TemporaryFileSuffix {".download"} |
suffix of file being downloaded More... | |
|
staticconstexpr |
Initial back-off time.
|
staticconstexpr |
Maximum back-off time.
|
staticconstexpr |
Size of network ring buffer.
Referenced by osmscout::FileDownloader::startDownload().
|
staticconstexpr |
Download read timeout in seconds.
Referenced by osmscout::FileDownloader::FileDownloader().
|
staticconstexpr |
Maximal number of download retries before cancelling download.
|
staticconstexpr |
suffix of file being downloaded
Referenced by osmscout::FileDownloader::FileDownloader().