Definite December 2015 version of spec

This commit is contained in:
Willem Toorop 2015-12-24 16:05:04 +01:00
parent 2fa7fbefa4
commit 0b1e0e6d0f
1 changed files with 4 additions and 5 deletions

View File

@ -2147,9 +2147,8 @@ Should it not be available basic resolution will fail.
Fallback transport options are specified by including multiple values in the list. Fallback transport options are specified by including multiple values in the list.
The values are <span class=default> The values are <span class=default>
<code>GETDNS_TRANSPORT_UDP</code></span>, <code>GETDNS_TRANSPORT_UDP</code></span>,
<code>GETDNS_TRANSPORT_TCP</code>, <code>GETDNS_TRANSPORT_TCP</code>, or
<code>GETDNS_TRANSPORT_TLS</code>, or <code>GETDNS_TRANSPORT_TLS</code>.
<code>GETDNS_TRANSPORT_STARTTLS</code>.
The default is <span class=default> a list containing <code>GETDNS_TRANSPORT_UDP</code> then <code>GETDNS_TRANSPORT_TCP</code></span>.</p> The default is <span class=default> a list containing <code>GETDNS_TRANSPORT_UDP</code> then <code>GETDNS_TRANSPORT_TCP</code></span>.</p>
<div class=forh> <div class=forh>
@ -2158,7 +2157,7 @@ getdns_context_set_idle_timeout(
getdns_context *context, getdns_context *context,
uint64_t timeout uint64_t timeout
);</div> );</div>
<p class=cont>Specifies number of milliseconds the API will leave an idle TCP, TLS or STARTTLS connection open for (idle means no outstanding responses and no pending queries). <p class=cont>Specifies number of milliseconds the API will leave an idle TCP or TLS connection open for (idle means no outstanding responses and no pending queries).
The default is <span class=default>0</span>.</p> The default is <span class=default>0</span>.</p>
<div class=forh> <div class=forh>
@ -2426,7 +2425,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.900.tgz">a tarball</a> that includes the .h files, <p>There is <a href="getdns-0.901.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