I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0568ac3a authored by zzz's avatar zzz
Browse files

javadoc

parent e63a6917
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment