commit 02da838f93b79411bec26ecbb8a2e1dd00b506b3
parent 919274449c8c73970d3e5e3b54447d3061cbfd94
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 29 Dec 2021 19:33:29 +0100
add node
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
@@ -539,7 +539,9 @@ END
Any node IDs which match the bloom filter are not considered.
If there is a node ID <tt>NodeID'</tt> in the k-bucket where
<tt>GetDistance(NodeID, Key) > GetDistance(NodeID', Key)</tt>,
- then <tt>false</tt> is returned, otherwise <tt>true</tt>.
+ then <tt>false</tt> is returned, otherwise <tt>true</tt>.
+ FIXME: Currently, GDS_am_closest_peer checks for longer matching
+ bits. Not GetDistance. Why?
</dd>
</dl>
</section>