mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
Adjust comment to have correct message limit value
(cherry picked from commit 560c245971)
This commit is contained in:
parent
dc0671e724
commit
617f73426d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue