From 0b1e0e6d0f9db60359b1d87418ec7c0cb28c5fb3 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 24 Dec 2015 16:05:04 +0100 Subject: [PATCH] Definite December 2015 version of spec --- spec/index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/spec/index.html b/spec/index.html index ae1f1168..a0432b4c 100644 --- a/spec/index.html +++ b/spec/index.html @@ -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. The values are GETDNS_TRANSPORT_UDP, -GETDNS_TRANSPORT_TCP, -GETDNS_TRANSPORT_TLS, or -GETDNS_TRANSPORT_STARTTLS. +GETDNS_TRANSPORT_TCP, or +GETDNS_TRANSPORT_TLS. The default is a list containing GETDNS_TRANSPORT_UDP then GETDNS_TRANSPORT_TCP.

@@ -2158,7 +2157,7 @@ getdns_context_set_idle_timeout( getdns_context *context, uint64_t timeout );
-

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). +

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 0.

@@ -2426,7 +2425,7 @@ getdns_pretty_print_dict() for debugging.

9. The Generated Files

-

There is a tarball that includes the .h files, +

There is a tarball that includes the .h files, 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 the Macintosh and Ubuntu; help is definitely appreciated on making the build process