Add notes on transport implementation irregularities

This commit is contained in:
Sara Dickinson 2016-07-02 15:44:32 +01:00
parent ec09d6b8a4
commit ecb169c705
1 changed files with 12 additions and 0 deletions

View File

@ -175,6 +175,18 @@ The following API calls are documented in getDNS but *not supported* by the impl
* Detecting changes to resolv.conf and hosts
* MDNS, NIS and NetBIOS namespaces (only DNS and LOCALFILES are supported)
## Non-uniform implementation
The following minor implementation omissions are noted:
Recursive mode does not support:
* TLS as a transport
* Non-zero connection idle timeouts or query pipelining
Stub mode does not support:
* Non zero idle timeouts for synchronous calls
* Limit on number of outstanding queries
# Known Issues
There are a few known issues which we have summarized below - the most recent