Structs§
- Wrapper around network service.
- NetworkService implements the P2P communication between different nodes. It manages connections between peers, including accepting new peers or dropping existing peers. Inside NetworkService, it has an IoService event loop with a thread pool.
- The inner implementation of NetworkService. Note that all accesses to the RWLocks of the fields have to follow the defined order to avoid race