X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/680eec306fd943aa1320d5b10ef1a6689d0bb68f..b09663668c4d8203543e56b25db822ba55d21529:/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);