stratisproject / StratisBitcoinFullNode

Bitcoin full node in C#
https://stratisplatform.com
MIT License
787 stars 312 forks source link

[PeerDiscovery] Peer discovery should not attempt to ask addresses from the same address within a given time frame #1112

Closed fassadlr closed 6 years ago

fassadlr commented 6 years ago

I recommend that we don't try and discover peers from the same address within the last day?

So we'll add a LastDiscoveredFrom property in the json file (on PeerAddress)

fassadlr commented 6 years ago

This was fixed in #1139