summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2014-03-02 12:46:51 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2014-03-02 12:46:51 +0000
commitf8b422a7b69c5e06f715f81915ed16afdba666bd (patch)
tree6cc83f0c0d5022d447808f03557190ea729ab09b
parent29fe922b1408fd038a6012297b4bd1c4fada85c3 (diff)
downloaddnsmasq-f8b422a7b69c5e06f715f81915ed16afdba666bd.tar.gz
KEYBLOCK LEN better as a multiple of 8.
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index a1501ca..1793e40 100644
--- a/src/config.h
+++ b/src/config.h
@@ -18,7 +18,7 @@
#define MAX_PROCS 20 /* max no children for TCP requests */
#define CHILD_LIFETIME 150 /* secs 'till terminated (RFC1035 suggests > 120s) */
#define EDNS_PKTSZ 4096 /* default max EDNS.0 UDP packet from RFC5625 */
-#define KEYBLOCK_LEN 35 /* choose to mininise fragmentation when storing DNSSEC keys */
+#define KEYBLOCK_LEN 40 /* choose to mininise fragmentation when storing DNSSEC keys */
#define DNSSEC_WORK 50 /* Max number of queries to validate one question */
#define TIMEOUT 10 /* drop UDP queries after TIMEOUT seconds */
#define FORWARD_TEST 50 /* try all servers every 50 queries */