1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +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
getWeightedThroughput( const tr_peer * peer )
{
return ( 3 * peer->rateToPeer )
+ ( 1 * peer->rateToClient );
return ( 1 * peer->rateToPeer )
+ ( 3 * peer->rateToClient );
}
static void