Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::peer_sync_state Struct Reference
Collaboration diagram for sysio::peer_sync_state:

Public Member Functions

 peer_sync_state (uint32_t start=0, uint32_t end=0, uint32_t last_acted=0)
 

Public Attributes

uint32_t start_block
 
uint32_t end_block
 
uint32_t last
 last sent or received
 
time_point start_time
 time request made or received
 

Detailed Description

Index by start_block_num

Definition at line 436 of file net_plugin.cpp.

Constructor & Destructor Documentation

◆ peer_sync_state()

sysio::peer_sync_state::peer_sync_state ( uint32_t start = 0,
uint32_t end = 0,
uint32_t last_acted = 0 )
inlineexplicit

Definition at line 437 of file net_plugin.cpp.

438 :start_block( start ), end_block( end ), last( last_acted ),
440 {}
static time_point now()
Definition time.cpp:14
time_point start_time
time request made or received
uint32_t last
last sent or received

Member Data Documentation

◆ end_block

uint32_t sysio::peer_sync_state::end_block

Definition at line 442 of file net_plugin.cpp.

◆ last

uint32_t sysio::peer_sync_state::last

Definition at line 443 of file net_plugin.cpp.

◆ start_block

uint32_t sysio::peer_sync_state::start_block

Definition at line 441 of file net_plugin.cpp.

◆ start_time

time_point sysio::peer_sync_state::start_time

Definition at line 444 of file net_plugin.cpp.


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