Struct msgpacknet::NodeStats
[−]
[src]
pub struct NodeStats<N: NodeId> { pub connections: HashMap<N, ConnectionStats>, }
Node statistics
Fields
connections | Statistics for all connections |