mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 07:17:56 -05:00
don't call parts of multiaddr multiaddr
This commit is contained in:
@@ -102,7 +102,7 @@ Some multiaddr protocols do not require any additional addressing information.
|
||||
For example, WebSockets are by definition encapsulated within TCP/IP, so the
|
||||
`/ws` multiaddr protocol is encapsulated within a TCP/IP multiaddr:
|
||||
`/ip4/7.7.7.7/tcp/1234/ws`. This address is composed of three distinct
|
||||
multiaddrs, `/ip4/7.7.7.7`, `/tcp/1234`, and `/ws`.
|
||||
parts, `/ip4/7.7.7.7`, `/tcp/1234`, and `/ws`.
|
||||
|
||||
### Composing multiaddrs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user