fix for latency bug as reported by Tril. skip list cache for block headers was droppe...
authorForrest Voight <forrest@forre.st>
Tue, 6 Sep 2011 03:12:52 +0000 (23:12 -0400)
committerForrest Voight <forrest@forre.st>
Tue, 6 Sep 2011 03:12:52 +0000 (23:12 -0400)
commit504c013b4ef7da8912ebf3d839b035b6e2e77c09
tree62e77395949e83c04f8e0b5a6da1a6c89fbb5842
parent19b86ed6d0b3c3a98f6199db7377a0e170365cfd
fix for latency bug as reported by Tril. skip list cache for block headers was dropped for long blocks due it not being refreshed due a higher level of caching preventing touching the skip list structure.
p2pool/util/skiplist.py