Expand description
Peer communication channel abstraction
Trait for sending/receiving bytes to/from peers. Implementations:
- WebRTC data channels (production)
- MockChannel (testing/simulation)
Structs§
- Latency
Channel - Channel wrapper that adds latency (for simulation)
- Mock
Channel - Mock channel for testing - instant delivery via mpsc
Enums§
- Channel
Error - Channel errors
Traits§
- Peer
Channel - A channel to a single peer for sending/receiving bytes