@cryptotaxi247 / kubo / commits / 22d2b6b8b

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

Adin Schmahmann committed Apr 5, 2021 at 12:51 UTC 22d2b6b8b83b97551db2af2da657b2365bf2a3a6
1 file changed +1
config/experiments.go
+1
@@ -8,4 +8,5 @@ type Experiments struct {
8 Libp2pStreamMounting bool
9 P2pHttpProxy bool
10 StrategicProviding bool
11 + AcceleratedDHTClient bool
12 }