From 8311dc904984f37bd4d30af0152c9c0f65c9f038 Mon Sep 17 00:00:00 2001 From: Sara Dickinson Date: Fri, 4 Aug 2017 14:31:05 +0100 Subject: [PATCH] =?UTF-8?q?Minor=20updates=20on=20return=5Fcall=5Freportin?= =?UTF-8?q?g.=20Fix=20the=20name=20in=20the=20API=20spec=20and=20add=20a?= =?UTF-8?q?=20know=20issue=20that=20it=20isn=E2=80=99t=20fully=20supported?= =?UTF-8?q?=20in=20recursive=20mode.=20Also=20remove=20known=20issue=20tha?= =?UTF-8?q?t=20stub=20doesn=E2=80=99t=20limit=20in=20outstanding=20queries?= =?UTF-8?q?=20as=20this=20is=20now=20supported.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- spec/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e866d47d..f8ad726c 100644 --- a/README.md +++ b/README.md @@ -187,10 +187,10 @@ The following minor implementation omissions are noted: Recursive mode does not support: * TLS as a transport * Non-zero connection idle timeouts or query pipelining +* Anything other than query_type and resolution_type in the return_call_reporting extension Stub mode does not support: * Non zero idle timeouts for synchronous calls -* Limit on number of outstanding queries # Known Issues diff --git a/spec/index.html b/spec/index.html index a0432b4c..6888489f 100644 --- a/spec/index.html +++ b/spec/index.html @@ -875,7 +875,7 @@ names:

  • query_name (a bindata) is the name that was sent
  • query_type (an int) is the type that was queried for
  • query_to (a bindata) is the address to which the query was sent
  • -
  • run_time (a bindata) is the difference between the time the successful +
  • run_time/ms (a bindata) is the difference between the time the successful query started and ended in milliseconds, represented as a uint32_t (this does not include time taken for connection set up or transport fallback)