mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
caution when retry, not excessively.
git-svn-id: file:///svn/unbound/trunk@892 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
0e4bda4c55
commit
f041511951
2 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
2
doc/plan
2
doc/plan
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue