Skip to main content

Crate aetheris_transport_renet

Crate aetheris_transport_renet 

Source
Expand description

Aetheris Renet-based transport logic.

Phase: P1 - MVP Implementation Constraint: Leverages UDP with renet-specific reliability channels. Purpose: Provides a rapid-iteration transport layer for the Data Plane using established UDP abstraction libraries.

Structs§

RenetServerConfig
Configuration for the Renet server.
RenetTransport
Renet-based implementation of the PlatformTransport trait.

Constants§

CHANNEL_RELIABLE
Channel 1: Reliable, ordered messaging.
CHANNEL_UNRELIABLE
Channel 0: Unreliable messaging.