diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-12-24 18:34:03 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-12-24 18:34:03 +0100 |
commit | ab275183e41a202848788bcd5c3a33c64aa6d068 (patch) | |
tree | 6518c897e5c4b2638c28c9d25066b8bdd1c2fa1c | |
parent | c01105a242b750ee85e55b9f331d7ffb728e7d21 (diff) | |
download | gana-ab275183e41a202848788bcd5c3a33c64aa6d068.tar.gz gana-ab275183e41a202848788bcd5c3a33c64aa6d068.zip |
avoid constant confusion between legacy and current HELLO format
-rw-r--r-- | gnunet-dht-block-types/registry.rec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnunet-dht-block-types/registry.rec b/gnunet-dht-block-types/registry.rec index e2366d3..e73dea4 100644 --- a/gnunet-dht-block-types/registry.rec +++ b/gnunet-dht-block-types/registry.rec | |||
@@ -37,8 +37,8 @@ Comment: Type of a block representing a block to be encoded on demand from disk. | |||
37 | References: None | 37 | References: None |
38 | 38 | ||
39 | Number: 7 | 39 | Number: 7 |
40 | Name: DHT_HELLO | 40 | Name: LEGACY_HELLO |
41 | Comment: Type of a block that contains a HELLO for a peer. | 41 | Comment: Legacy type of a block that contains a HELLO for a peer. |
42 | References: None | 42 | References: None |
43 | 43 | ||
44 | Number: 8 | 44 | Number: 8 |
@@ -67,9 +67,9 @@ Comment: Block type for a revocation message by which a key is revoked. | |||
67 | References: None | 67 | References: None |
68 | 68 | ||
69 | Number: 13 | 69 | Number: 13 |
70 | Name: DHT_URL_HELLO | 70 | Name: DHT_HELLO |
71 | Comment: Type of a block that contains a DHT-NG HELLO for a peer. | 71 | Comment: Type of a block that contains a DHT-NG HELLO for a peer. |
72 | References: None | 72 | References: LSD-0004 |
73 | 73 | ||
74 | Number: 22 | 74 | Number: 22 |
75 | Name: REGEX | 75 | Name: REGEX |