From 0ad6a92716423dc23d944bce1fec2ad18f163907 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Wed, 26 Aug 2020 20:51:53 -0400 Subject: [PATCH] docs: update config to indicate SECIO deprecation --- docs/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.md b/docs/config.md index 8670bd9d384..274280b0404 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1255,7 +1255,7 @@ receiver supports. When establishing an _inbound_ connection, go-ipfs will let the initiator choose the protocol, but will refuse to use any of the disabled transports. -Supported transports are: TLS (priority 100), SECIO (priority 200), Noise +Supported transports are: TLS (priority 100), SECIO (Disabled: i.e. priority false), Noise (priority 300). No default priority will ever be less than 100. @@ -1272,12 +1272,12 @@ Type: `priority` #### `Swarm.Transports.Security.SECIO` -[SECIO](https://github.com/libp2p/specs/tree/master/secio) is the most widely +[SECIO](https://github.com/libp2p/specs/tree/master/secio) was the most widely supported IPFS & libp2p security transport. However, it is currently being phased out in favor of more popular and better vetted protocols like TLS and Noise. -Default: `200` +Default: `false` Type: `priority`