Merge branch 'features/gldns' into features/stub-functions

This commit is contained in:
Willem Toorop 2014-09-24 23:17:18 +02:00
commit 9ebc0beacc
4 changed files with 6 additions and 5 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

View File

@ -1095,8 +1095,8 @@ getdns_context_set_upstream_recursive_servers(struct getdns_context *context,
static void static void
set_ub_edns_maximum_udp_payload_size(struct getdns_context* context, set_ub_edns_maximum_udp_payload_size(struct getdns_context* context,
uint16_t value) { uint16_t value) {
/* max-udp-size */ /* edns-buffer-size */
set_ub_number_opt(context, "max-udp-size:", value); set_ub_number_opt(context, "edns-buffer-size:", value);
} }
static void static void