Skip to content

Commit

Permalink
Merge pull request ipfs#97 from ipfs/feat/sec-transport-experiments
Browse files Browse the repository at this point in the history
feat: add an option for security transport experiments
  • Loading branch information
Stebalien authored May 26, 2020
2 parents 98fd4cc + 464204f commit 8c964ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/experiments.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

0 comments on commit 8c964ec

Please sign in to comment.