* 2006-07-18 0.6.1.22 released

2006-07-18  jrandom
    * Add a failsafe to the NTCP transport to make sure we keep
      pumping writes when we should.
    * Properly reallow 16-32KBps routers in the default config
      (thanks Complication!)
This commit is contained in:
jrandom
2006-07-18 20:08:00 +00:00
committed by zzz
parent 65138357d3
commit a52dd57215
12 changed files with 141 additions and 60 deletions

View File

@ -60,6 +60,10 @@ public class StatSummarizer implements Runnable {
",tunnel.buildExploratoryExpire.60000" +
",client.sendAckTime.60000" +
",client.dispatchNoACK.60000" +
",ntcp.sendTime.60000" +
",ntcp.transmitTime.60000" +
",ntcp.sendBacklogTime.60000" +
",ntcp.receiveTime.60000" +
",transport.sendMessageFailureLifetime.60000" +
",transport.sendProcessingTime.60000";