gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: clarify NXDOMAIN


From: gnunet
Subject: [gnunet] branch master updated: clarify NXDOMAIN
Date: Sun, 26 Jan 2020 17:39:50 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 722119a36 clarify NXDOMAIN
722119a36 is described below

commit 722119a361fac268c08f5fa0ec7199a40e64cbbc
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 26 17:36:07 2020 +0100

    clarify NXDOMAIN
---
 src/gns/gns.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/gns/gns.h b/src/gns/gns.h
index 5f51b7108..a193632b7 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -57,7 +57,7 @@ struct LookupMessage
   int16_t options GNUNET_PACKED;
 
   /**
-   * Recursion depth limit, i.e. how many more 
+   * Recursion depth limit, i.e. how many more
    * GNS zones may be traversed during the resolution
    * of this name.
    */
@@ -88,7 +88,9 @@ struct LookupResultMessage
   uint32_t id GNUNET_PACKED;
 
   /**
-   * The number of records contained in response
+   * The number of records contained in response. Zero for
+   * NXDOMAIN (as GNS always returns all records, there is
+   * no "NO DATA" case).
    */
   uint32_t rd_count GNUNET_PACKED;
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]