go-ipfs-config: add option for Accelerated DHT Client experiment

This commit is contained in:
Adin Schmahmann 2021-04-05 12:51:52 -04:00
parent f7b64b3d95
commit 22d2b6b8b8

View File

@ -8,4 +8,5 @@ type Experiments struct {
Libp2pStreamMounting bool
P2pHttpProxy bool
StrategicProviding bool
AcceleratedDHTClient bool
}