mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-31 20:09:35 -05:00
remove unused variable
git-svn-id: file:///svn/unbound/trunk@4822 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
c887ae1022
commit
1f148e632f
1 changed files with 2 additions and 3 deletions
|
|
@ -84,9 +84,8 @@
|
|||
|
||||
/** The TCP writing query timeout in milliseconds */
|
||||
#define TCP_QUERY_TIMEOUT 120000
|
||||
/** The TCP timeout in msec for fast queries, above half are used */
|
||||
#define TCP_QUERY_TIMEOUT_FAST 200
|
||||
/** The minimum actual TCP timeout to use, regardless of what we advertise */
|
||||
/** The minimum actual TCP timeout to use, regardless of what we advertise,
|
||||
* in msec */
|
||||
#define TCP_QUERY_TIMEOUT_MINIMUM 200
|
||||
|
||||
#ifndef NONBLOCKING_IS_BROKEN
|
||||
|
|
|
|||
Loading…
Reference in a new issue