Subject: | Net::DNS::Packet's over 64 KB are invalid |
I'm trying to build an AXFR-server, and ran into the problem that
transfers over 64 KB in size get funny errors, due to the fact that
$reply->data's length is written as an unsigned short (as is required).
I'm not strong in my RFCs, but I think the fix requires
Net::DNS::Nameserver to split its answers up between multiple
Net::DNS::Packet-replies? I'd be happy to try and create a patch, if
somebody could point me to the right solution :-)
/Kenneth