Module network

Module network 

Source
Expand description

Network transport implementations for the Rabia engine

This module provides networking capabilities as a core component of the Rabia engine. TCP networking is the default production implementation.

Re-exports§

pub use tcp::BufferConfig;
pub use tcp::RetryConfig;
pub use tcp::TcpNetwork;
pub use tcp::TcpNetworkConfig;

Modules§

tcp
TCP/IP Network Implementation for Rabia Consensus