aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-26 17:36:07 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-26 17:36:13 +0100
commit722119a361fac268c08f5fa0ec7199a40e64cbbc (patch)
tree175ec744a8cde76fb2e49bef5e1ade4b4d1d1e5f /src/gns
parentf4a172abf3afabf677c59020c6fabc76b87b3f22 (diff)
downloadgnunet-722119a361fac268c08f5fa0ec7199a40e64cbbc.tar.gz
gnunet-722119a361fac268c08f5fa0ec7199a40e64cbbc.zip
clarify NXDOMAIN
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gns.h6
1 files 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
57 int16_t options GNUNET_PACKED; 57 int16_t options GNUNET_PACKED;
58 58
59 /** 59 /**
60 * Recursion depth limit, i.e. how many more 60 * Recursion depth limit, i.e. how many more
61 * GNS zones may be traversed during the resolution 61 * GNS zones may be traversed during the resolution
62 * of this name. 62 * of this name.
63 */ 63 */
@@ -88,7 +88,9 @@ struct LookupResultMessage
88 uint32_t id GNUNET_PACKED; 88 uint32_t id GNUNET_PACKED;
89 89
90 /** 90 /**
91 * The number of records contained in response 91 * The number of records contained in response. Zero for
92 * NXDOMAIN (as GNS always returns all records, there is
93 * no "NO DATA" case).
92 */ 94 */
93 uint32_t rd_count GNUNET_PACKED; 95 uint32_t rd_count GNUNET_PACKED;
94 96