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
{{ message }}
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
Updating to libp2p 0.53 introduced DHT nodes adjusting their modes dynamically, where if a node does not have an external address, it switches to Mode::Client. This improves the network by culling non-accessible nodes.
Manually setting to Mode::Server mode prevents this dynamic switching.
We could explore this optimization in the future, but for now, we need to run on nightly rust, and some challenges with external addresses in tests.
The text was updated successfully, but these errors were encountered:
Updating to libp2p 0.53 introduced DHT nodes adjusting their modes dynamically, where if a node does not have an external address, it switches to
Mode::Client
. This improves the network by culling non-accessible nodes.Manually setting to
Mode::Server
mode prevents this dynamic switching.We could explore this optimization in the future, but for now, we need to run on nightly rust, and some challenges with external addresses in tests.
The text was updated successfully, but these errors were encountered: