iPXE
|
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... | |
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().
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().
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().