mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
javadoc
This commit is contained in:
@@ -325,6 +325,10 @@ public class ConfigNetHelper extends HelperBase {
|
||||
}
|
||||
|
||||
public static final int DEFAULT_SHARE_KBPS = 12;
|
||||
|
||||
/**
|
||||
* @return in KBytes per second
|
||||
*/
|
||||
public int getShareBandwidth() {
|
||||
int irateKBps = _context.bandwidthLimiter().getInboundKBytesPerSecond();
|
||||
int orateKBps = _context.bandwidthLimiter().getOutboundKBytesPerSecond();
|
||||
|
||||
Reference in New Issue
Block a user