From 617f73426d69e2e552fed29213d27af374abbfbf Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 16 Nov 2023 11:22:47 +1100 Subject: [PATCH] Adjust comment to have correct message limit value (cherry picked from commit 560c24597190a77e5d157543fc1179b84d7f74b0) --- lib/ns/xfrout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ns/xfrout.c b/lib/ns/xfrout.c index 9380924bf6..1429d3be6b 100644 --- a/lib/ns/xfrout.c +++ b/lib/ns/xfrout.c @@ -1264,7 +1264,7 @@ xfrout_ctx_create(isc_mem_t *mctx, ns_client_t *client, unsigned int id, * Note that although 65535-byte RRs are allowed in principle, they * cannot be zone-transferred (at least not if uncompressible), * because the message and RR headers would push the size of the - * TCP message over the 65536 byte limit. + * TCP message over the 65535 byte limit. */ mem = isc_mem_get(mctx, len); isc_buffer_init(&xfr->buf, mem, len);