Closed GoogleCodeExporter closed 9 years ago
Easy fix. I just changed:
byte[] writeBytes = response.toWire();
to:
byte[] writeBytes = response.toWire(512);
In UDPServer.java. The xbill library handles setting the TC flag if the data is
greater than the size passed in.
xbill doesn't support only UDP queries so no unit test (yet). Tested and
confirmed it's now setting the TC flag when needed.
Original comment by tsn...@gmail.com
on 14 Apr 2012 at 3:08
Attachments:
Patch applied/committed and all tests run successfully. Needs validation
testing.
Original comment by gm2...@cerner.com
on 16 Apr 2012 at 2:32
Verified with dig.
Original comment by gm2...@cerner.com
on 20 Nov 2012 at 3:36
Original issue reported on code.google.com by
gm2...@cerner.com
on 3 Apr 2012 at 1:56