X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/21fd1746e37e695f569121c0b6489770ec6a8b0e..eb3947c6510042c054a319d8053821faf7244dea:/methods/https.h?ds=sidebyside diff --git a/methods/https.h b/methods/https.h index 638c18193..3f0c416b6 100644 --- a/methods/https.h +++ b/methods/https.h @@ -3,7 +3,7 @@ // $Id: http.h,v 1.12 2002/04/18 05:09:38 jgg Exp $ /* ###################################################################### - HTTP Aquire Method - This is the HTTP aquire method for APT. + HTTP Acquire Method - This is the HTTP aquire method for APT. ##################################################################### */ /*}}}*/ @@ -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);