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:
parent
8019f8cd2c
commit
ea3a1387f2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue