Commit 2b7911d8 authored by Steven Allen's avatar Steven Allen

feat: add an option for security transport experiments

We should have a more permanent way to configure security transports, but
experimental flags are a quick and unstable way to do this without making any
promises.
parent a5ce8d10
......@@ -8,4 +8,11 @@ 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