go-ipfs-config: Merge pull request #4 from marten-seemann/quic

add QUIC experiment
This commit is contained in:
Steven Allen 2018-08-26 04:18:39 +00:00 committed by GitHub
commit dd22be5566

View File

@ -5,4 +5,5 @@ type Experiments struct {
UrlstoreEnabled bool
ShardingEnabled bool
Libp2pStreamMounting bool
QUIC bool
}