mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 13:08:01 -05:00
remove superflous paragraph about WebSocket addresses
This commit is contained in:
@@ -98,12 +98,6 @@ describe valid transport addresses.
|
||||
The [multiaddr protocol table][multiaddr-proto-table] contains all currently
|
||||
defined protocols and the length of their address components.
|
||||
|
||||
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
|
||||
parts, `/ip4/7.7.7.7`, `/tcp/1234`, and `/ws`.
|
||||
|
||||
### Composing multiaddrs
|
||||
|
||||
As shown above, protocol addresses can be composed within a multiaddr in a way
|
||||
|
||||
Reference in New Issue
Block a user