doc: mplex is now stabl
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Apr 26, 2019 at 13:59 UTC
c79245a458b9228de75c26b0570a527607516f2c
1 file changed
+1
-33
docs/experimental-features.md
+1
-33
@@ -104,13 +104,12 @@ bandwidth than the others, but is lacking on congestion control and backpressure
104
logic. It is available to try out and experiment with.
105
106
### State
107
-Experimental
107
+Stable
108
109
### In Version
110
0.4.5
111
112
### How to enable
113
-run your daemon with `--enable-mplex-experiment`
113
114
To make it the default stream muxer, set the environment variable
115
`LIBP2P_MUX_PREFS` as follows:
@@ -118,37 +117,6 @@ To make it the default stream muxer, set the environment variable
117
export LIBP2P_MUX_PREFS="/mplex/6.7.0 /yamux/1.0.0 /spdy/3.1.0"
118
```
119
121
-To check which stream muxer is being used between any two given peers, check the
122
-json output of the `ipfs swarm peers` command, you'll see something like this:
123
-```
124
-$ ipfs swarm peers -v --enc=json | jq .
125
-{
126
- "Peers": [
127
- {
128
- "Addr": "/ip4/104.131.131.82/tcp/4001",
129
- "Peer": "QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ",
130
- "Latency": "46.032624ms",
131
- "Muxer": "*peerstream_multiplex.conn",
132
- "Streams": [
133
- {
134
- "Protocol": "/ipfs/bitswap/1.1.0"
135
- },
136
- {
137
- "Protocol": "/ipfs/kad/1.0.0"
138
- },
139
- {
140
- "Protocol": "/ipfs/kad/1.0.0"
141
- }
142
- ]
143
- },
144
- {
145
-...
146
-```
147
-
148
-### Road to being a real feature
149
-- [ ] Significant real world testing and performance metrics across a wide
150
- variety of workloads showing that it works well.
151
-
120
---
121
122
## Raw Leaves for unixfs files