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