Module peers
Expand description
Types related to peering.
Modules§
- addr
RLPx
(TCP) andDiscovery
(UDP) sockets of a peer.- config
- Configuration for peering.
- kind
- Classification of a peer based on trust.
- reputation
- Peer reputation management
- state
- State of connection to a peer.
Structs§
- Connections
Config - Tracks stats about connected nodes
- Peer
- Tracks info about a single peer.
- Peers
Config - Config type for initiating a
PeersManager
instance. - Reputation
Change - Represents a change in a peer’s reputation.
- Reputation
Change Weights - How the
ReputationChangeKind
are weighted.
Enums§
- Reputation
Change Kind - Various kinds of reputation changes.
Type Aliases§
- Reputation
- The type that tracks the reputation score.