go-ipfs-config: add QUIC experiment

This commit is contained in:
Marten Seemann 2018-08-26 10:42:03 +07:00
parent fda7020972
commit 32cf2a65d7

View File

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