]> granicus.if.org Git - transmission/commitdiff
(trunk libT) #2671 "downloading from too many peers" -- address a smaller aspect...
authorCharles Kerr <charles@transmissionbt.com>
Tue, 15 Dec 2009 18:11:20 +0000 (18:11 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Tue, 15 Dec 2009 18:11:20 +0000 (18:11 +0000)
libtransmission/peer-msgs.c

index 81d9d0ef1a34292aba85837a3576f98e0d04e4e1..814e1ed09864c0e3966c2630a688cdddf10a1651 100644 (file)
@@ -1714,7 +1714,7 @@ updateDesiredRequestCount( tr_peermsgs * msgs, uint64_t now )
         int irate;
         int estimatedBlocksInPeriod;
         double rate;
-        const int floor = 16;
+        const int floor = 4;
         const int seconds = REQUEST_BUF_SECS;
 
         /* Get the rate limit we should use.