lsd0004

LSD0004: R5N Distributed Hash Table
Log | Files | Refs

commit 8c4fc016643b627516be58aa99ca8b9b55d631cf
parent 57ad933bd91e95e6cfabf71c1d0c681f5e4ddf40
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Wed, 29 Dec 2021 13:05:56 +0100

add defaults

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

diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml @@ -237,15 +237,18 @@ GET(Key[, QueryParams]) -> Results as List <dl> <dt>BlockType</dt> <dd> + The default setting of this parameter is to request any type of + block types under the key. </dd> <dt>ReplicationLevel</dt> - <dd></dd> + <dd>The default setting of this parameter is X (FIXME).</dd> <dt>RouteOptions</dt> <dd> are used in order to indicate certain processing requirements for messages. Any combination of options as defined in <xref target="route_options"/> may be specificied. + The default setting of this parameter is that no option is set. </dd> <dt>XQuery</dt> <dd> @@ -254,6 +257,7 @@ GET(Key[, QueryParams]) -> Results as List A <tt>BlockType</tt> must define if the <tt>XQuery</tt> can or must be used and what the specific format of its contents should be. See also <xref target="block_types"/>. + The default setting of this parameter is empty. </dd> </dl> <dl anchor="route_options">