Expand description
Network transport abstractions for MDCS synchronization.
Structs§
- Memory
Transport - In-memory transport for testing and simulation.
- Peer
- Information about a connected peer.
- PeerId
- Unique identifier for a peer.
Enums§
- Message
- Messages exchanged between peers.
- Network
Error - Network error type.
- Peer
State - Peer connection state.
Traits§
- Network
Transport - Abstract network transport trait.
Functions§
- create_
network - Create a fully connected in-memory transport network.