summaryrefslogtreecommitdiff
path: root/draft-schanzen-r5n.xml
diff options
context:
space:
mode:
Diffstat (limited to 'draft-schanzen-r5n.xml')
-rw-r--r--draft-schanzen-r5n.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index 54ee877..939ae41 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -407,7 +407,7 @@ END
407 peer IDs along the route. 407 peer IDs along the route.
408 A Bloom filter "bf" is initially empty, consisting only of zeroes. 408 A Bloom filter "bf" is initially empty, consisting only of zeroes.
409 There are two functions which can be invoked on the Bloom filter: 409 There are two functions which can be invoked on the Bloom filter:
410 ADD(bf, e) and TEST(bf, e) where "e" is an element which is to added 410 BF-SET(bf, e) and BF-TEST(bf, e) where "e" is an element which is to added
411 to the Bloom filter or queried against the set. 411 to the Bloom filter or queried against the set.
412 Any bloom filter uses k=16 different hash functions each of which is 412 Any bloom filter uses k=16 different hash functions each of which is
413 defined as follows: 413 defined as follows: