aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-05-09 10:27:43 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-05-09 10:27:43 +0200
commit356d76ad0d59da5ede64cfd2f5d2373d569f1ce4 (patch)
tree4359228808d8e7c3be51395d7ecca559d8a96bf8
parentcdbbcf7ed842c15f987a55e6981d5aa98e68c865 (diff)
downloadgana-356d76ad0d59da5ede64cfd2f5d2373d569f1ce4.tar.gz
gana-356d76ad0d59da5ede64cfd2f5d2373d569f1ce4.zip
Update DHT registry
-rw-r--r--gnunet-dht-block-types/POLICY15
-rw-r--r--gnunet-dht-block-types/registry.rec10
2 files changed, 10 insertions, 15 deletions
diff --git a/gnunet-dht-block-types/POLICY b/gnunet-dht-block-types/POLICY
deleted file mode 100644
index c87e5d0..0000000
--- a/gnunet-dht-block-types/POLICY
+++ /dev/null
@@ -1,15 +0,0 @@
1Each registry entry should contain three values: the "Number" of the
2block type, the "Name" of the block type, and a "Reference" with links
3to further information about the block type.
4
5The "Name" must be unique in the entire registry. The value must be a
6case insensitive ASCII string and is restricted to alphanumeric
7characters.
8
9Adding records is possible after expert review, using a
10first-come-first-served policy for unique "Name" allocation.
11Experts are responsible to ensure that the chosen "Name" is
12appropriate for the block type.
13
14The current contact(s) for expert review are reachable at
15gana@gnunet.org.
diff --git a/gnunet-dht-block-types/registry.rec b/gnunet-dht-block-types/registry.rec
index 793cf1e..982b784 100644
--- a/gnunet-dht-block-types/registry.rec
+++ b/gnunet-dht-block-types/registry.rec
@@ -85,3 +85,13 @@ Number: 25
85Name: CONSENSUS_ELEMENT 85Name: CONSENSUS_ELEMENT
86Comment: Block type for consensus elements. Contains either special marker elements or a nested block. 86Comment: Block type for consensus elements. Contains either special marker elements or a nested block.
87References: None 87References: None
88
89Number: 26
90Name: SETI_TEST
91Comment: Block for testing set intersection. If first byte of the block is non-zero, the block is considered invalid.
92References: None
93
94Number: 27
95Name: SETU_TEST
96Comment: Block for testing set union. If first byte of the block is non-zero, the block is considered invalid.
97References: None