diff --git a/p2p/protocol/identify/id.go b/p2p/protocol/identify/id.go index 0eeb6f206874a0645b07af3a7c1e7b882086d817..76212e575d0f1515ee708d967af715419a95b804 100644 --- a/p2p/protocol/identify/id.go +++ b/p2p/protocol/identify/id.go @@ -22,7 +22,7 @@ import ( var log = logging.Logger("net/identify") // ID is the protocol.ID of the Identify Service. -const ID = "/ipfs/identify/1.0.0" +const ID = "/ipfs/id/1.0.0" // LibP2PVersion holds the current protocol version for a client running this code // TODO(jbenet): fix the versioning mess. diff --git a/p2p/protocol/relay/relay.go b/p2p/protocol/relay/relay.go index cd69e4105bcfb6ab7e7f723275daf30378967248..f46e4a5dae803276bd30b3c4e6832b94efc58a32 100644 --- a/p2p/protocol/relay/relay.go +++ b/p2p/protocol/relay/relay.go @@ -17,7 +17,7 @@ import ( var log = logging.Logger("github.com/ipfs/go-libp2p/p2p/protocol/relay") // ID is the protocol.ID of the Relay Service. -const ID protocol.ID = "/ipfs/relay/0.1.0" +const ID protocol.ID = "/ipfs/relay/line/0.1.0" // Relay is a structure that implements ProtocolRelay. // It is a simple relay service which forwards traffic