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
When the application has a limit on the number of simultaneous P2P connections it wants to run, it does not make sense to return more nodes from the topology view. Conversely, if the application can afford more connections, the topology modules might be able to provide more nodes.
The text was updated successfully, but these errors were encountered:
mzabaluev
pushed a commit
to input-output-hk/jormungandr
that referenced
this issue
Feb 6, 2020
The vector obtained from Topology::view is sorted by node ID,
so truncations make the network biased toward nodes with low IDs.
Let the client connections rotate "naturally", allowing some churn.
A limit on the view size should be implemented in Poldercast:
primetype/poldercast#6
The vector obtained from Topology::view is sorted by node ID,
so truncations make the network biased toward nodes with low IDs.
Let the client connections rotate "naturally", allowing some churn.
A limit on the view size should be implemented in Poldercast:
primetype/poldercast#6
When the application has a limit on the number of simultaneous P2P connections it wants to run, it does not make sense to return more nodes from the topology view. Conversely, if the application can afford more connections, the topology modules might be able to provide more nodes.
The text was updated successfully, but these errors were encountered: