Use optimal message sizes to improve compression in AXFRs (#40996)

This commit is contained in:
Mukund Sivaraman
2015-12-15 13:22:15 +05:30
parent b96366252b
commit ecc06cbc32
15 changed files with 166 additions and 2 deletions

View File

@@ -126,6 +126,8 @@ struct ns_server {
dns_dtenv_t *dtenv; /*%< Dnstap environment */
char * lockfile;
isc_uint16_t transfer_tcp_message_size;
};
#define NS_SERVER_MAGIC ISC_MAGIC('S','V','E','R')