]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Jun 2010 11:42:21 +0000 (11:42 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Jun 2010 11:42:21 +0000 (11:42 +0000)
commit0a848d686cb4da9c26e5df0085cfbae9ead32cf8
treec47728edd836769cf3fc1da2ee5f77d92ca622a9
parent595eab57de3a24753d8546e0a3158352e0bf432f
- Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
  in overload situations to be about 5 qps for the class of shortly
  serviced queries.
  The capacity of the resolver is then about (numqueriesperthread / 2)
  / (average time for such long queries) qps for long queries.
  And about (numqueriesperthread / 2)/(jostletimeout in whole seconds)
  qps for short queries, per thread.

git-svn-id: file:///svn/unbound/trunk@2170 be551aaa-1e26-0410-a405-d3ace91eadb9
doc/Changelog
doc/unbound.conf.5.in
services/mesh.c