caution when retry, not excessively.

git-svn-id: file:///svn/unbound/trunk@892 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-01-24 10:53:40 +00:00
parent 0e4bda4c55
commit f041511951
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@
- asynclook -c (cancel) feature.
- fix fail to allocate context actions.
- make pipe nonblocking at start.
- update plane for retry mode with caution to limit bandwidth.
23 January 2008: Wouter
- removed debug prints from if-auto, verb-algo enables some.

View file

@ -250,6 +250,8 @@ X make overload mode work; phase 0 all ok, phase 1 some threads close ports,
* private TTL, dTLS features.
* retry-mode, where a bogus result triggers a retry-mode query, where a list
of responses over a time interval is collected, and each is validated.
or try in TCP mode. Do not 'try all servers several times', since we must
not create packet storms with operator errors.
* draft-timers, DLV features.
treeshrew/