docs: update config to indicate SECIO deprecation
Adin Schmahmann committed
Aug 26, 2020 at 20:51 UTC
0ad6a92716423dc23d944bce1fec2ad18f163907
1 file changed
+3
-3
docs/config.md
+3
-3
@@ -1255,7 +1255,7 @@ receiver supports. When establishing an _inbound_ connection, go-ipfs will let
1255
the initiator choose the protocol, but will refuse to use any of the disabled
1256
transports.
1257
1258
-Supported transports are: TLS (priority 100), SECIO (priority 200), Noise
1258
+Supported transports are: TLS (priority 100), SECIO (Disabled: i.e. priority false), Noise
1259
(priority 300).
1260
1261
No default priority will ever be less than 100.
@@ -1272,12 +1272,12 @@ Type: `priority`
1272
1273
#### `Swarm.Transports.Security.SECIO`
1274
1275
-[SECIO](https://github.com/libp2p/specs/tree/master/secio) is the most widely
1275
+[SECIO](https://github.com/libp2p/specs/tree/master/secio) was the most widely
1276
supported IPFS & libp2p security transport. However, it is currently being
1277
phased out in favor of more popular and better vetted protocols like TLS and
1278
Noise.
1279
1280
-Default: `200`
1280
+Default: `false`
1281
1282
Type: `priority`
1283