ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
15.83k stars 2.96k forks source link

Update `lowpower` profile to try HTTP routing first, and use DHT as a fallback / after a delay #9480

Closed guseggert closed 1 month ago

guseggert commented 1 year ago

Followup from https://github.com/ipfs/kubo/pull/9475:

@lidel: lowpower profile uses dhtclient, but it would benefit the most from defaulting to HTTP IPNI router, and try DHT only if there was no response from HTTP (delay DHT lookup for ~3s or similar, giving HTTP chance to finish)

lidel commented 1 year ago

This was implemented in https://github.com/ipfs/kubo/pull/9708

lidel commented 1 year ago

No, this is actually a different feature, I'll update the title.