<div dir="ltr">On Mon, Sep 22, 2014 at 1:50 PM, Shumon Huque <span dir="ltr"><<a href="mailto:shuque@gmail.com" target="_blank">shuque@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><div>The 1280 magic number comes from the IPv6 minimum MTU. To avoid IPv6 fragmentation, we'd need to specify a number somewhat below 1280 to account for UDP header (8 bytes) and any likely encapsulation/extension headers. BIND appears to use a value of 1232 for this purpose.</div></div></div></div></blockquote><div><br></div><div>Apologies for following up to my own message. I realized later that the 1232 value is the result of subtracting the length of the IPv6 header (40) and the UDP header (8) from 1280. That leaves a max UDP payload size of 1232.<br><br></div><div>--Shumon<br><br></div></div></div></div>