summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorian <ian>2000-05-21 18:34:18 +0000
committerian <ian>2000-05-21 18:34:18 +0000
commit51cc4d904a18367cc69960bf20f0398725ece443 (patch)
tree48f154685951e8f93eb15b2bfe3019cf2cfa662d /client
parent0544e0de19b492a0cda3b65584f9822ba36e50fc (diff)
+ * adnsresfilter doesn't resolve textual prefixes of addresses (eg,
@@ -5,12 +5,15 @@ `qu->interim_allocd>=0' on some platforms eg 64 bit). + * adnsresfilter doesn't resolve textual prefixes of addresses (eg, + 10.0.0.1 out of 10.0.0.123) if input happens to block at that point. Minor improvements: + * adnsresfilter default timeout changed to 1000ms.
Diffstat (limited to 'client')
-rw-r--r--client/adnsresfilter.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/adnsresfilter.c b/client/adnsresfilter.c
index e641d6f..8175049 100644
--- a/client/adnsresfilter.c
+++ b/client/adnsresfilter.c
@@ -50,7 +50,7 @@ struct outqueuenode {
};
static int bracket, forever, address;
-static unsigned long timeout=100;
+static unsigned long timeout= 1000;
static adns_rrtype rrt= adns_r_ptr;
static int outblocked, inputeof;
@@ -369,7 +369,6 @@ static void readstdin(void) {
if (!bracket && !isalnum(c)) startaddr();
}
}
- if (cbyte==3 && inbyte>0 && !bracket) procaddr();
}
static void startup(void) {