-
- Downloads
2005-09-17 jrandom
* Updated the bandwidth limiter to use two tiers of bandwidth - our normal steady state rate, plus a new limit on how fast we transfer when bursting. This is different from the old "burst as fast as possible until we're out of tokens" policy, and should help those with congested networks. See /config.jsp to manage this rate. * Bugfixes in Syndie to handle missing cache files (no data was lost, the old posts just didn't show up). * Log properly in EepPost
Showing
- apps/routerconsole/java/src/net/i2p/router/web/ConfigNetHandler.java 20 additions, 4 deletions...console/java/src/net/i2p/router/web/ConfigNetHandler.java
- apps/routerconsole/java/src/net/i2p/router/web/ConfigNetHelper.java 18 additions, 2 deletions...rconsole/java/src/net/i2p/router/web/ConfigNetHelper.java
- apps/routerconsole/jsp/config.jsp 6 additions, 3 deletionsapps/routerconsole/jsp/config.jsp
- history.txt 6 additions, 1 deletionhistory.txt
- router/java/src/net/i2p/router/RouterVersion.java 2 additions, 2 deletionsrouter/java/src/net/i2p/router/RouterVersion.java
- router/java/src/net/i2p/router/transport/FIFOBandwidthLimiter.java 132 additions, 42 deletions...va/src/net/i2p/router/transport/FIFOBandwidthLimiter.java
- router/java/src/net/i2p/router/transport/FIFOBandwidthRefiller.java 103 additions, 38 deletions...a/src/net/i2p/router/transport/FIFOBandwidthRefiller.java
Please register or sign in to comment