2004-10-16 jrandom

* More aggressively fail peers if their tunnels are failing so that we
      move off them quicker.
    * Simplify some data structure serialization for reuse in the streaming
      lib, as well as add support for signing and verifying partial byte
      arrays.
    * Logging updates
This commit is contained in:
jrandom
2004-10-17 03:58:08 +00:00
committed by zzz
parent f904b012e9
commit 88693f8adc
11 changed files with 145 additions and 33 deletions

View File

@ -1,4 +1,12 @@
$Id: history.txt,v 1.49 2004/10/15 12:39:19 jrandom Exp $
$Id: history.txt,v 1.50 2004/10/16 13:00:47 jrandom Exp $
2004-10-16 jrandom
* More aggressively fail peers if their tunnels are failing so that we
move off them quicker.
* Simplify some data structure serialization for reuse in the streaming
lib, as well as add support for signing and verifying partial byte
arrays.
* Logging updates
2004-10-16 jrandom
* Increased the default minimum tunnel test time to 5 seconds, since we