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