|
libosmscout
1.1.1
|
Variables | |
| 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 std::chrono::seconds | BackOffInitial {1} |
| Initial back-off time. More... | |
| static constexpr std::chrono::seconds | BackOffMax {300} |
| Maximum back-off time. More... | |
| static constexpr int | MaxDownloadRetries {-1} |
| Maximal number of download retries before cancelling download. More... | |
|
static |
Initial back-off time.
|
static |
Maximum back-off time.
|
static |
Size of network ring buffer.
|
static |
Download read timeout in seconds.
|
static |
Maximal number of download retries before cancelling download.
1.8.14