mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-02 11:49:28 -05:00
remove DEBUG
git-svn-id: file:///svn/unbound/trunk@912 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
2b4ef794b9
commit
635c65f4ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1100,7 +1100,7 @@ serviced_udp_callback(struct comm_point* c, void* arg, int error,
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
if(1 || /* @@@ DEBUG */ rto >= RTT_MAX_TIMEOUT) {
|
||||
if(rto >= RTT_MAX_TIMEOUT) {
|
||||
fallback_tcp = 1;
|
||||
/* UDP does not work, fallback to TCP below */
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue