Expand description
Functions and types for receiving messages from the P2P network.
Structsยง
- Block
Sync ๐Client Stub A receiving end for sync responses. TheBlockSyncClientStub::recv_responsemethod returns the received response. - Block
Sync ๐Server Stub A receiving end for sync requests. TheBlockSyncServerStub::recv_requestmethod returns the received request. - Message buffer intended for storing received
ProgressMessages for future views. - Progress
Message ๐Stub A receiving end forProgressMessages.
Enumsยง
Traitsยง
- Cacheable ๐A cacheable message can be inserted into the progress message buffer.
Functionsยง
- start_
polling ๐Spawn the poller thread, which polls theNetworkfor messages and distributes them into receiver handles.