StatsBitswapResponse

Type Alias StatsBitswapResponse 

Source
pub type StatsBitswapResponse = BitswapStatResponse;

Aliased Type§

pub struct StatsBitswapResponse {
    pub provide_buf_len: i32,
    pub wantlist: Vec<String>,
    pub peers: Vec<String>,
    pub blocks_received: u64,
    pub data_received: u64,
    pub blocks_sent: u64,
    pub data_sent: u64,
    pub dup_blks_received: u64,
    pub dup_data_received: u64,
}

Fields§

§provide_buf_len: i32§wantlist: Vec<String>§peers: Vec<String>§blocks_received: u64§data_received: u64§blocks_sent: u64§data_sent: u64§dup_blks_received: u64§dup_data_received: u64