X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/cec6091772ae3463cb04c417e3f598f9b6814516..d6df222d8edb3e38401affcee2a4e5eba605da32:/methods/http.h diff --git a/methods/http.h b/methods/http.h index c5a4d0e86..541e2952c 100644 --- a/methods/http.h +++ b/methods/http.h @@ -31,6 +31,11 @@ class CircleBuf unsigned long MaxGet; struct timeval Start; + static unsigned long BwReadLimit; + static unsigned long BwTickReadData; + static struct timeval BwReadTick; + static const unsigned int BW_HZ; + unsigned long LeftRead() { unsigned long Sz = Size - (InP - OutP);