projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4a172a
)
clarify NXDOMAIN
author
Christian Grothoff
<christian@grothoff.org>
Sun, 26 Jan 2020 16:36:07 +0000
(17:36 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 26 Jan 2020 16:36:13 +0000
(17:36 +0100)
src/gns/gns.h
patch
|
blob
|
history
diff --git
a/src/gns/gns.h
b/src/gns/gns.h
index 5f51b710843aaf222550045422c2e84d79279069..a193632b792e6468760169dc66f3b7692022e530 100644
(file)
--- 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;