@cryptotaxi247 / kubo / commits / 57089fd66

go-ipfs-config: feat: remove OverrideSecurityTransports

This was never included in a release, and has been replaced by a flexible transport prioritization system.

Steven Allen committed Jun 15, 2020 at 15:24 UTC 57089fd66bffc38285de36b37b091a1e664d4d88
1 file changed -7
config/experiments.go
-7
@@ -8,11 +8,4 @@ type Experiments struct {
8 Libp2pStreamMounting bool
9 P2pHttpProxy bool
10 StrategicProviding bool
11 -
12 - // OverrideSecurityTransports overrides the set of available security
13 - // transports when non-empty. This option should eventually migrate some
14 - // place more stable.
15 - //
16 - // Default: ["tls", "secio", "noise"].
17 - OverrideSecurityTransports []string `json:",omitempty"`
11 }