Skip to main content

Module transport

Module transport 

Source
Expand description

Transport Layer 1: Transport layer

Core Lane abstraction and transport management:

  • Lane: Physical embodiment of PayloadType, unified bidirectional channel abstraction
  • HostTransport: Intra-process transport management (Guest <-> Shell)
  • PeerTransport: Cross-process transport management (WebRTC + WebSocket)
  • WireHandle: Unified handle for Wire layer components
  • WirePool: Wire connection pool manager (strategy layer)
  • WireBuilder: Wire layer component builder

Structs§

ExponentialBackoff
Exponential backoff iterator

Enums§

ConnectionEvent
Connection events broadcast to all subscribers
ConnectionState
Connection state enumeration Maps to WebRTC RTCPeerConnectionState
Dest
Destination identifier
NetworkError
Network layer error types

Type Aliases§

NetworkResult
Network layer result type