Skip to content

Commit

Permalink
updated DNS recursion depth value
Browse files Browse the repository at this point in the history
  • Loading branch information
bhudson33 committed Jul 22, 2019
1 parent 14f6b2d commit 6e2ac7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dns.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ enum dns_class {
#define DNS_OUTNAME_LEN 256

/** DNS Max Recursion processing depth */
#define DNS_MAX_RECURSION_DEPTH 30
#define DNS_MAX_RECURSION_DEPTH 20

/** DNS error codes */
enum dns_err {
Expand Down

0 comments on commit 6e2ac7d

Please sign in to comment.