]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
remove unused variable
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Jul 2018 13:36:45 +0000 (13:36 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Jul 2018 13:36:45 +0000 (13:36 +0000)
git-svn-id: file:///svn/unbound/trunk@4822 be551aaa-1e26-0410-a405-d3ace91eadb9

util/netevent.c

index 641ee755947e8a5323b7175453f9cc491e8ce9af..bf61210c7e80b1b6d6f4c13b0cca9d5a93e6710d 100644 (file)
@@ -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