X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/ae58a98599e912eba6b7d0ece21aaa2d979941df..0a64ecd792b4caca519d597a69b8baeda6a1bf77:/methods/https.h diff --git a/methods/https.h b/methods/https.h index 2c33d95ee..3f0c416b6 100644 --- a/methods/https.h +++ b/methods/https.h @@ -24,6 +24,8 @@ class HttpsMethod; class HttpsMethod : public pkgAcqMethod { + // minimum speed in bytes/se that triggers download timeout handling + static const int DL_MIN_SPEED = 10; virtual bool Fetch(FetchItem *); static size_t write_data(void *buffer, size_t size, size_t nmemb, void *userp);