Commit a3038592 authored by Steven Allen's avatar Steven Allen

feat: remove OverrideSecurityTransports

This was never included in a release, and has been replaced by a flexible
transport prioritization system.
parent 36a3f346
......@@ -8,11 +8,4 @@ type Experiments struct {
Libp2pStreamMounting bool
P2pHttpProxy bool
StrategicProviding bool
// OverrideSecurityTransports overrides the set of available security
// transports when non-empty. This option should eventually migrate some
// place more stable.
//
// Default: ["tls", "secio", "noise"].
OverrideSecurityTransports []string `json:",omitempty"`
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment