lsd0004

LSD0004: R5N Distributed Hash Table
Log | Files | Refs

commit 017f167d2e72ead2389e533ec452a395a8185dbf
parent 8456369a34a9cd31dcf28016aa89c411e0809ff6
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sat, 12 Mar 2022 22:25:22 +0100

-document what is implemented: this is currently simply a configuration option

Diffstat:
Mdraft-schanzen-r5n.xml | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml @@ -1806,13 +1806,12 @@ bchar = *(ALPHA / DIGIT) the result is forwarded to the origin of the query. If the result was <tt>FILTER_LAST</tt>, the query is removed from the list of pending queries. - Furthermore, the implementation <bcp14>SHOULD</bcp14> - cache data from <tt>ResultMessage</tt>s if the <tt>DemultiplexEverywhere</tt> flag was set on any - of queries that the <tt>ResultMessage</tt> provided a new valid answer to. - An implementation <bcp14>MAY</bcp14> even cache results even if they did not - match any pending query. - </t> + </t> </li> + <li> + Finally, the implementation <bcp14>MAY</bcp14> choose to + cache data from <tt>ResultMessage</tt>s. + </li> </ol> </section> </section>