Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/dns/djbdns/files/patch-query.c
16125 views
1
--- query.c.orig 2018-01-16 11:49:56.341179000 -0800
2
+++ query.c 2018-01-16 11:50:06.432700000 -0800
3
@@ -203,7 +203,7 @@
4
5
6
NEWNAME:
7
- if (++z->loop == 100) goto DIE;
8
+ if (++z->loop == 500) goto DIE;
9
d = z->name[z->level];
10
dtype = z->level ? DNS_T_A : z->type;
11
dlen = dns_domain_length(d);
12
@@ -449,7 +449,7 @@
13
14
15
HAVEPACKET:
16
- if (++z->loop == 100) goto DIE;
17
+ if (++z->loop == 500) goto DIE;
18
buf = z->dt.packet;
19
len = z->dt.packetlen;
20
21
22