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
f0b18569
Commit
f0b18569
authored
Nov 27, 2017
by
Aviv Eyal
Committed by
Steven Allen
Feb 21, 2018
Browse files
fixed typos
parent
3f926c52
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/multipro/main.go
View file @
f0b18569
...
@@ -46,6 +46,7 @@ func main() {
...
@@ -46,6 +46,7 @@ func main() {
log
.
Printf
(
"This is a conversation between %s and %s
\n
"
,
h1
.
host
.
ID
(),
h2
.
host
.
ID
())
log
.
Printf
(
"This is a conversation between %s and %s
\n
"
,
h1
.
host
.
ID
(),
h2
.
host
.
ID
())
// send messages using the protocols
h1
.
pingProtocol
.
Ping
(
h2
)
h1
.
pingProtocol
.
Ping
(
h2
)
h2
.
pingProtocol
.
Ping
(
h1
)
h2
.
pingProtocol
.
Ping
(
h1
)
h1
.
echoProtocol
.
Echo
(
h2
)
h1
.
echoProtocol
.
Echo
(
h2
)
...
...
examples/multipro/node.go
View file @
f0b18569
...
@@ -46,7 +46,7 @@ func NewMessageData(nodeId string, messageId string, gossip bool) *p2p.MessageDa
...
@@ -46,7 +46,7 @@ func NewMessageData(nodeId string, messageId string, gossip bool) *p2p.MessageDa
type
Node
struct
{
type
Node
struct
{
host
host
.
Host
// lib-p2p host
host
host
.
Host
// lib-p2p host
pingProtocol
*
PingProtocol
// ping protocol impl
pingProtocol
*
PingProtocol
// ping protocol impl
echoProtocol
*
EchoProtocol
// ech
p
protocl imp
echoProtocol
*
EchoProtocol
// ech
o
protoc
o
l imp
l
}
}
// create a new node with its implemented protocols
// create a new node with its implemented protocols
...
...
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