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
6ac1064a
Commit
6ac1064a
authored
Nov 24, 2016
by
Justin
Committed by
GitHub
Nov 24, 2016
Browse files
Fix port number of echo example
parent
6e35a387
Changes
1
Show whitespace changes
Inline
Side-by-side
examples/echo/README.md
View file @
6ac1064a
...
@@ -38,7 +38,7 @@ can be reached (ip4+tcp) and its randomly generated ID (`QmNtX1cv...`)
...
@@ -38,7 +38,7 @@ can be reached (ip4+tcp) and its randomly generated ID (`QmNtX1cv...`)
Now, launch another node that talks to the listener:
Now, launch another node that talks to the listener:
```
```
> ./echo -d /ip4/127.0.0.1/tcp/123
4
/ipfs/QmNtX1cvrm2K6mQmMEaMxAuB4rTexhd87vpYVot4sEZzxc -l 1236
> ./echo -d /ip4/127.0.0.1/tcp/123
5
/ipfs/QmNtX1cvrm2K6mQmMEaMxAuB4rTexhd87vpYVot4sEZzxc -l 1236
```
```
...
...
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