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 Jun 11, 2024. It is now read-only.
When using p2p.send(), it should reach outbound and inbound peers with equal probability no matter what the proportion of max inbound and max outbound peers is.
Actual behavior
When propagating a block with p2p.send(...), the block is more likely to reach inbound peers than outbound since each node has more inbound slots by default.
Which version(s) does this affect? (Environment, OS, etc...)
2.3
The text was updated successfully, but these errors were encountered:
Expected behavior
When using
p2p.send()
, it should reach outbound and inbound peers with equal probability no matter what the proportion of max inbound and max outbound peers is.Actual behavior
When propagating a block with
p2p.send(...)
, the block is more likely to reach inbound peers than outbound since each node has more inbound slots by default.Which version(s) does this affect? (Environment, OS, etc...)
2.3
The text was updated successfully, but these errors were encountered: