You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting an xfr from zonedata.iis.se, for se. using a non-tsig signed transfer I see the following error consistently: dns: overflowing header size
When attempting an xfr from zonedata.iis.se, for nu. using a non-tsig signed transfer I see the following two errors occasionally: dns: overflow unpacking uint16 dns: buffer size too small
However the transfer attempt for nu. will also work as expected about half of the time.
I'm using just the high level APIs for a simple transfer. AXFR via dig @zonedata.iis.se axfr se works as expected.
All records received for zone file (~8106000 RRs), finishing with the SOA RR.
Actual Behaviour
For SE zone I receive the error dns: overflowing header size at some point during the transfer. Number of records received before the error is not consistent.
For NU zone I receive the one of the following errors at some point during the transfer dns: overflow unpacking uint16 or dns: buffer size too small. As with the SE zone, the number of records received before the error is not consistent. Approx half of my transfer attempts succeed for the NU zone.
The text was updated successfully, but these errors were encountered:
Description
When attempting an xfr from zonedata.iis.se, for
se.
using a non-tsig signed transfer I see the following error consistently:dns: overflowing header size
When attempting an xfr from zonedata.iis.se, for
nu.
using a non-tsig signed transfer I see the following two errors occasionally:dns: overflow unpacking uint16
dns: buffer size too small
However the transfer attempt for
nu.
will also work as expected about half of the time.I'm using just the high level APIs for a simple transfer. AXFR via
dig @zonedata.iis.se axfr se
works as expected.Steps to reproduce
Expected Behaviour
All records received for zone file (~8106000 RRs), finishing with the SOA RR.
Actual Behaviour
For SE zone I receive the error
dns: overflowing header size
at some point during the transfer. Number of records received before the error is not consistent.For NU zone I receive the one of the following errors at some point during the transfer
dns: overflow unpacking uint16
ordns: buffer size too small
. As with the SE zone, the number of records received before the error is not consistent. Approx half of my transfer attempts succeed for the NU zone.The text was updated successfully, but these errors were encountered: