Expand description
Network actor maintaining a pool of outbound and inbound connections to other nodes.
Modules§
- Consensus network is a full graph of connections between all validators. BFT consensus messages are exchanged over this network.
- Http Server to export debug information
- Gossip network is a sparse graph of connections between nodes (not necessarily validators). It will be used for:
- Testonly utilities.
Structs§
- Network actor config.
- Gossip network configuration.
- Metrics reported for TCP connections.
- State of the network actor observable outside of the actor.
- Rate limiting config for RPCs.
- Runner of the Network background tasks.