Expand description
Types related to peering.
Re-exports§
pub use config::ConnectionsConfig;pub use config::PeersConfig;pub use reputation::Reputation;pub use reputation::ReputationChange;pub use reputation::ReputationChangeKind;pub use reputation::ReputationChangeWeights;
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§
- Peer
- Tracks info about a single peer.