Skip to content

Commit

Permalink
go-ipfs-config: Merge pull request ipfs#97 from ipfs/feat/sec-transpo…
Browse files Browse the repository at this point in the history
…rt-experiments

feat: add an option for security transport experiments
  • Loading branch information
Stebalien authored May 26, 2020
2 parents a346451 + e69fcd9 commit 3d90053
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 3d90053

Please sign in to comment.