1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 18:18:10 +00:00

another download speed tweak

This commit is contained in:
Charles Kerr 2007-11-15 04:59:37 +00:00
parent 8653817e5d
commit a14fe99e00

View file

@ -1480,8 +1480,8 @@ clientIsSnubbedBy( const tr_peer * peer )
static double static double
getWeightedThroughput( const tr_peer * peer ) getWeightedThroughput( const tr_peer * peer )
{ {
return ( 3 * peer->rateToPeer ) return ( 1 * peer->rateToPeer )
+ ( 1 * peer->rateToClient ); + ( 3 * peer->rateToClient );
} }
static void static void