2006-03-15 jrandom

* Further stat cleanup
    * Keep track of how many peers we are actively trying to communicate with,
      beyond those who are just trying to communicate with us.
    * Further router tunnel participation throttle revisions to avoid spurious
      rejections
    * Rate stat display cleanup (thanks ripple!)
    * Don't even try to send messages that have been queued too long
This commit is contained in:
jrandom
2006-03-15 22:26:42 +00:00
committed by zzz
parent c417e7c237
commit 863b511cde
14 changed files with 96 additions and 25 deletions

View File

@ -1,4 +1,13 @@
$Id: history.txt,v 1.428 2006/03/05 12:07:15 jrandom Exp $
$Id: history.txt,v 1.429 2006/03/05 20:57:50 zzz Exp $
2006-03-15 jrandom
* Further stat cleanup
* Keep track of how many peers we are actively trying to communicate with,
beyond those who are just trying to communicate with us.
* Further router tunnel participation throttle revisions to avoid spurious
rejections
* Rate stat display cleanup (thanks ripple!)
* Don't even try to send messages that have been queued too long
2006-03-05 zzz
* Remove the +++--- from the logs on i2psnark startup