From af0d22d9bb594248afcbbbe3c6ad9101ffe36e21 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 9 Jan 2021 13:24:40 -0500 Subject: [PATCH] CJDNS, we salute you --- hip-0155.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hip-0155.md b/hip-0155.md index 8077acf..4d04ae9 100644 --- a/hip-0155.md +++ b/hip-0155.md @@ -12,7 +12,7 @@ ## Abstract This document proposes a new P2P message to gossip longer node addresses over the P2P network. -This is required to support new-generation Onion addresses, I2P, and potentially other networks +This is required to support new-generation Onion addresses, I2P, CJDNS and potentially other networks that have longer endpoint addresses than fit in the 128 bits of the current addr message. @@ -23,7 +23,7 @@ various advantages compared to the old hidden services, among which better encry [https://gitweb.torproject.org/torspec.git/tree/rend-spec-v3.txt Tor Rendezvous Specification - Version 3]. These services have 256 bit addresses and thus do not fit in the existing addr message, which encapsulates onion addresses in OnionCat IPv6 addresses. -Other transport-layer protocols such as I2P have always used longer +Other transport-layer protocols such as I2P and CJDNS have always used longer addresses. This change would make it possible to gossip such addresses over the P2P network, so that other peers can connect to them.