summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-06-16 19:13:52 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-06-16 19:13:52 +0200
commitc9d6c2a50d0688d38a4d64cafa81b75e40777298 (patch)
tree9f674a6283c2e85f3ca78c44bccf0f1170a611e6
parentf56abf34b48135276bcc7843c361ae13501628a6 (diff)
downloadlsd0004-c9d6c2a50d0688d38a4d64cafa81b75e40777298.tar.gz
lsd0004-c9d6c2a50d0688d38a4d64cafa81b75e40777298.zip
-nse config option
-rw-r--r--draft-schanzen-r5n.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index a583340..22da48f 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -554,9 +554,11 @@ Connectivity | |Underlay| |Underlay|
554 <tt>L2NSE = ESTIMATE_NETWORK_SIZE()</tt> 554 <tt>L2NSE = ESTIMATE_NETWORK_SIZE()</tt>
555 </dt> 555 </dt>
556 <dd> 556 <dd>
557 A procedure that provides estimates on the base-2 logarithm of the network size 557 A procedure that provides an estimate of the network size.
558 <tt>L2NSE</tt>, that is the base-2 logarithm number of peers in the network, 558 The result, <tt>L2NSE</tt>, must be the base-2 logarithm of the estimated number of peers in the network.
559 for use by the routing algorithm. 559 It is used by the routing algorithm.
560 If the underlay does not support a protocol for network size estimation (such as cite paper NSE) the value
561 <bcp14>MAY</bcp14> be provided as a configuration parameter to the implementation.
560 </dd> 562 </dd>
561 </dl> 563 </dl>
562 <t> 564 <t>