|
iPXE
|
PeerDist statistics. More...
#include <peermux.h>
Data Fields | |
| unsigned int | peers |
| Maximum observed number of peers. | |
| unsigned int | total |
| Number of blocks downloaded in total. | |
| unsigned int | local |
| Number of blocks downloaded from peers. | |
| unsigned int peerdist_statistics::peers |
Maximum observed number of peers.
Definition at line 48 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 50 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 52 of file peermux.h.
Referenced by peermux_block_stat(), and peermux_progress().