go-ipfs-config: add an experiment to prefer TLS over secio

This commit is contained in:
Marten Seemann 2019-04-18 09:11:09 +09:00
parent ca406e1b45
commit 3475f8350a

View File

@ -7,4 +7,5 @@ type Experiments struct {
Libp2pStreamMounting bool
P2pHttpProxy bool
QUIC bool
PreferTLS bool
}