precise bandwidth limit

This commit is contained in:
orignal 2021-03-01 22:13:17 -05:00
parent f70ee480ba
commit 876375f2c3

View File

@ -388,6 +388,7 @@ namespace i2p
else if (limit > 48) { SetBandwidth('M'); }
else if (limit > 12) { SetBandwidth('L'); }
else { SetBandwidth('K'); }
m_BandwidthLimit = limit; // set precise limit
}
void RouterContext::SetShareRatio (int percents)