Files
pezkuwi-subxt/substrate/client/peerset
Roman f6ab53f3c3 Don't answer peers with a low reputation (#9008)
* Init architecture for not answering peers with a low reputation

* Get reputation inside of RequestResponsesBehaviour::poll

* Filter reputation in RequestResponsesBehaviour

* Pass PeersetHandle to RequestResponsesBehaviour

* Add more docs

* Fix tests compilation

* Fix compiler warnings (still FIXME)

* Fix tests

* Fmt code
2021-09-21 11:32:13 +00:00
..
2020-08-20 17:04:42 +02:00

Peer Set Manager (PSM). Contains the strategy for choosing which nodes the network should be connected to.

License: GPL-3.0-or-later WITH Classpath-exception-2.0