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