Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
cb974e87
Commit
cb974e87
authored
Apr 06, 2016
by
Jeromy
Browse files
rename protocols after discussion
parent
9c68f44a
Changes
2
Hide whitespace changes
Inline
Side-by-side
p2p/protocol/identify/id.go
View file @
cb974e87
...
@@ -22,7 +22,7 @@ import (
...
@@ -22,7 +22,7 @@ import (
var
log
=
logging
.
Logger
(
"net/identify"
)
var
log
=
logging
.
Logger
(
"net/identify"
)
// ID is the protocol.ID of the Identify Service.
// ID is the protocol.ID of the Identify Service.
const
ID
=
"/ipfs/id
entify
/1.0.0"
const
ID
=
"/ipfs/id/1.0.0"
// LibP2PVersion holds the current protocol version for a client running this code
// LibP2PVersion holds the current protocol version for a client running this code
// TODO(jbenet): fix the versioning mess.
// TODO(jbenet): fix the versioning mess.
...
...
p2p/protocol/relay/relay.go
View file @
cb974e87
...
@@ -17,7 +17,7 @@ import (
...
@@ -17,7 +17,7 @@ import (
var
log
=
logging
.
Logger
(
"github.com/ipfs/go-libp2p/p2p/protocol/relay"
)
var
log
=
logging
.
Logger
(
"github.com/ipfs/go-libp2p/p2p/protocol/relay"
)
// ID is the protocol.ID of the Relay Service.
// 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.
// Relay is a structure that implements ProtocolRelay.
// It is a simple relay service which forwards traffic
// It is a simple relay service which forwards traffic
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment