Remove unused redef-able constants

This commit is contained in:
Daniel Thayer 2018-08-15 10:30:09 -05:00
parent dc0904a7f3
commit d7be90c3ca
2 changed files with 0 additions and 8 deletions

View file

@ -113,11 +113,6 @@ export {
## DNS message query/transaction ID.
type PendingMessages: table[count] of Queue::Queue;
## The amount of time that DNS queries or replies for a given
## query/transaction ID are allowed to be queued while waiting for
## a matching reply or query.
const pending_msg_expiry_interval = 2min &redef;
## Give up trying to match pending DNS queries or replies for a given
## query/transaction ID once this number of unmatched queries or replies
## is reached (this shouldn't happen unless either the DNS server/resolver