[API 0.509] edns0 default value not 512

This commit is contained in:
Willem Toorop 2014-09-24 23:15:46 +02:00
parent c690e3907e
commit b9159cd237
3 changed files with 4 additions and 3 deletions

Binary file not shown.

BIN
spec/getdns-0.509.tgz Normal file

Binary file not shown.

View File

@ -2324,8 +2324,9 @@ getdns_context_set_edns_maximum_udp_payload_size(
getdns_context *context, getdns_context *context,
uint16_t value uint16_t value
);</div> );</div>
<p class=cont>The value is between 512 and 65535; the default <p class=cont>The value is between 512 and 65535; when not set, outgoing values will
is <span class=default>512</span>.</p> adhere to the suggestions in RFC 6891 and may follow a scheme that uses multiple values
to maximize receptivity.</p>
<div class=forh> <div class=forh>
getdns_return_t getdns_return_t
@ -2450,7 +2451,7 @@ getdns_pretty_print_dict() for debugging.</li>
<h1>9. The Generated Files</h1> <h1>9. The Generated Files</h1>
<p>There is <a href="getdns-0.508.tgz">a tarball</a> that includes the .h files, <p>There is <a href="getdns-0.509.tgz">a tarball</a> that includes the .h files,
the examples, and so on. The examples all make, even though there is no API implementation, based the examples, and so on. The examples all make, even though there is no API implementation, based
on a pseudo-implementation in the tarball; see make-examples-PLATFORM.sh. Note that this currently builds fine on a pseudo-implementation in the tarball; see make-examples-PLATFORM.sh. Note that this currently builds fine
on the Macintosh and Ubuntu; help is definitely appreciated on making the build process on the Macintosh and Ubuntu; help is definitely appreciated on making the build process