Skip to content

Commit

Permalink
a multiaddr is just a sequence of instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jul 21, 2021
1 parent 90e852d commit 0dd8c50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addressing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ multiaddr](#the-p2p-multiaddr).

### multiaddr basics

A multiaddr generally represents a path through a stack of successively
"higher-level" protocols that can be traversed to some destination.
A multiaddr sequence of instructions that can be traversed to some destination.

For example, the `/ip4/7.7.7.7/tcp/1234` multiaddr starts with `ip4`, which is
the lowest-level protocol that requires an address. The `tcp` protocol runs on
Expand Down

0 comments on commit 0dd8c50

Please sign in to comment.