You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be great for many usecases to control if hyperswarm is on or off for e.g. battery reasons. this can be extended to toggling on/off different layers:
all of hyperswarm
the DHT
wifi multicast
this has been something both cabal cabal-club/cabal-cli#113 and peermaps has been discussing and thinking about
an example from the issue above of what would be desirable from e.g. within cabal:
archive.setNetworking(['mdns','dht'])// options: mdns, tracker, dht. use [] for none.
The text was updated successfully, but these errors were encountered:
Hopefully this isn't the wrong place to ask: which strategies does hyperswarm use to find peers? The readme only mentions DHT, but I found this issue when I searched the repo for "mdns".
it would be great for many usecases to control if hyperswarm is on or off for e.g. battery reasons. this can be extended to toggling on/off different layers:
this has been something both cabal cabal-club/cabal-cli#113 and peermaps has been discussing and thinking about
an example from the issue above of what would be desirable from e.g. within cabal:
The text was updated successfully, but these errors were encountered: