mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
precise bandwidth limit
This commit is contained in:
@@ -388,6 +388,7 @@ namespace i2p
|
|||||||
else if (limit > 48) { SetBandwidth('M'); }
|
else if (limit > 48) { SetBandwidth('M'); }
|
||||||
else if (limit > 12) { SetBandwidth('L'); }
|
else if (limit > 12) { SetBandwidth('L'); }
|
||||||
else { SetBandwidth('K'); }
|
else { SetBandwidth('K'); }
|
||||||
|
m_BandwidthLimit = limit; // set precise limit
|
||||||
}
|
}
|
||||||
|
|
||||||
void RouterContext::SetShareRatio (int percents)
|
void RouterContext::SetShareRatio (int percents)
|
||||||
|
|||||||
Reference in New Issue
Block a user