forked from I2P_Developers/i2p.i2p
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