This commit is contained in:
zzz
2009-03-30 16:13:58 +00:00
parent 7b373743aa
commit 58fc3a501d
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2009-03-30 zzz
* I2CP:
- Implement BandwidthLimitsMessage
- Have i2psnark use new message, remove
build dependency on router
* Peer Selection:
- Limit peers to a max % of all tunnels with
router.maxTunnelPercentage=nn, default 33
- Add chart to tunnels.jsp to see results
* 2009-03-29 0.7.1 released
2009-03-29 Complication