File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ identifier for incoming streams.
121121## Kademlia Keyspace
122122
123123<!-- TODO: add LaTeX or MathML support and fix below paragraph -->
124- Kademlia [ 0 ] operates on a binary keyspace defined as $\lbrace 0,1 \rbrace^m$. In
124+ Kademlia [ ` [0] ` ] ( #bibliography ) operates on a binary keyspace defined as $\lbrace 0,1 \rbrace^m$. In
125125particular, the IPFS Kademlia DHT uses a keyspace of length $m=256$, containing
126126all bitstrings of 256 bits. The distance between any pair of keys is defined as
127127the bitwise XOR of the two keys, resulting in a new key representing the
@@ -167,7 +167,7 @@ prefix with the local node. For more information see [bucket population
167167measurements] ( https://github.com/probe-lab/network-measurements/blob/master/results/rfm19-dht-routing-table-health.md#peers-distribution-in-the-k-buckets ) .
168168
169169The IPFS Kademlia DHT uses a bucket size of ` k = 20 ` . This corresponds to the
170- ` k ` value as defined in the original Kademlia paper [ 0 ] . The ` k ` value is also
170+ ` k ` value as defined in the original Kademlia paper [ ` [0] ` ] ( #bibliography ) . The ` k ` value is also
171171used as a replication factor and defines how many peers are returned to a
172172lookup request.
173173
You can’t perform that action at this time.
0 commit comments