1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 06:00:41 +00:00

more of the same.

This commit is contained in:
Charles Kerr 2007-11-15 05:20:38 +00:00
parent 8019f8cd2c
commit ea3a1387f2

View file

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