-
- Downloads
Properly synchronize the Rate class
Add a new class to store results from rate calculations Add a new method to compute average, last and current measurements Use the new method in RouterThrottleImpl
Showing
- core/java/src/net/i2p/stat/Rate.java 75 additions, 113 deletionscore/java/src/net/i2p/stat/Rate.java
- core/java/src/net/i2p/stat/RateAverages.java 37 additions, 0 deletionscore/java/src/net/i2p/stat/RateAverages.java
- router/java/src/net/i2p/router/RouterThrottleImpl.java 20 additions, 25 deletionsrouter/java/src/net/i2p/router/RouterThrottleImpl.java
core/java/src/net/i2p/stat/RateAverages.java
0 → 100644
Please register or sign in to comment