mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-08 23:08:09 -05:00
update location, links and name of the multicodec
This commit is contained in:
@@ -71,13 +71,13 @@ Protocol multiplexing is done through [`multistream`](https://github.com/jbenet/
|
||||
|
||||
### 4.2.6 Relay
|
||||
|
||||
See [/ipfs/relay/circuit transport](transports/circuit-relay.md).
|
||||
See [Circuit Relay](/relay).
|
||||
|
||||
## 4.3 Distributed Record Store
|
||||
|
||||
### 4.3.1 Record
|
||||
|
||||
Follows [IPRS spec](../iprs).
|
||||
Follows [IPRS spec](/iprs).
|
||||
|
||||
### 4.3.2 abstract-record-store
|
||||
|
||||
|
||||
@@ -205,8 +205,7 @@ yamux | /yamux/1.0.0 |
|
||||
multiplex | /mplex/6.7.0 |
|
||||
identify | /ipfs/id/1.0.0 |
|
||||
ping | /ipfs/ping/1.0.0 |
|
||||
relay | /ipfs/relay/line/0.1.0 | discontinued
|
||||
circuit-relay | /ipfs/relay/circuit/0.1.0 | [spec](transports/circuit-relay.md)
|
||||
circuit-relay | /libp2p/relay/circuit/0.1.0 | [spec](/relay)
|
||||
diagnostics | /ipfs/diag/net/1.0.0 |
|
||||
Kademlia DHT | /ipfs/kad/1.0.0 |
|
||||
bitswap | /ipfs/bitswap/1.0.0 |
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# libp2p-circuit-relay
|
||||
# Circuit Relay
|
||||
|
||||
> Circuit Switching in libp2p
|
||||
|
||||
Table of Contents
|
||||
@@ -9,7 +10,8 @@ Table of Contents
|
||||
- [Interfaces](#interfaces)
|
||||
- [Removing existing relay protocol](#removing-existing-relay-protocol)
|
||||
|
||||
*Note: as of 8-Feb-2017, this protocol isn't implemented yet, neither in go-libp2p nor js-libp2p.
|
||||
* Note: as of 8-Feb-2017, this protocol isn't implemented yet, neither in go-libp2p nor js-libp2p.
|
||||
|
||||
We aim to implement and ship it [during the "ipfs in web browsers" sprint](https://github.com/ipfs/pm/issues/351) starting 12-Feb-2017.
|
||||
|
||||
## Overview
|
||||
Reference in New Issue
Block a user