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) |
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. References: None Number: 7 -Name: DHT_HELLO -Comment: Type of a block that contains a HELLO for a peer. +Name: LEGACY_HELLO +Comment: Legacy type of a block that contains a HELLO for a peer. References: None Number: 8 @@ -67,9 +67,9 @@ Comment: Block type for a revocation message by which a key is revoked. References: None Number: 13 -Name: DHT_URL_HELLO +Name: DHT_HELLO Comment: Type of a block that contains a DHT-NG HELLO for a peer. -References: None +References: LSD-0004 Number: 22 Name: REGEX |