iPXE
Data Fields
peerdist_statistics Struct Reference

PeerDist statistics. More...

#include <peermux.h>

Data Fields

unsigned int peers
 Maximum observed number of peers. More...
 
unsigned int total
 Number of blocks downloaded in total. More...
 
unsigned int local
 Number of blocks downloaded from peers. More...
 

Detailed Description

PeerDist statistics.

Definition at line 45 of file peermux.h.

Field Documentation

◆ peers

unsigned int peerdist_statistics::peers

Maximum observed number of peers.

Definition at line 47 of file peermux.h.

Referenced by peermux_block_stat(), and peermux_progress().

◆ total

unsigned int peerdist_statistics::total

Number of blocks downloaded in total.

Definition at line 49 of file peermux.h.

Referenced by peermux_block_stat(), and peermux_progress().

◆ local

unsigned int peerdist_statistics::local

Number of blocks downloaded from peers.

Definition at line 51 of file peermux.h.

Referenced by peermux_block_stat(), and peermux_progress().


The documentation for this struct was generated from the following file: