NebulousLabs / Sia

Blockchain-based marketplace for file storage. Project has moved to GitLab: https://gitlab.com/NebulousLabs/Sia
https://sia.tech
MIT License
2.71k stars 440 forks source link

Gateway only requests blocks from outgoing peer-to-peer connections. #3046

Closed ChrisSchinnerl closed 6 years ago

ChrisSchinnerl commented 6 years ago

It seems like a node will only request blocks from peers that it connects to and not from incoming connections. That caused a NDF in some tests in which all the nodes of a TestGroup would actively connect to a new peer which prevented the new peer from syncing.

ChrisSchinnerl commented 6 years ago

This will be fixed in #3029

lukechampine commented 6 years ago

if so, the issue should be closed by referencing it in the commit message.