-
Notifications
You must be signed in to change notification settings - Fork 1
Changelogs
Rylan Meilutis edited this page Feb 10, 2026
·
23 revisions
- TBD
- TBD
- Router side tracking is internal. Most applications should call the plain RX APIs (
rx_serialized/rx) and only use side-aware variants when explicitly overriding ingress (custom relays, multi-link bridges, etc.). - TCP-like reliability is now available for schema types marked
reliable/reliable_mode, with ACKs, retransmits, and optional ordering. Enable per side and disable when the transport is already reliable. - All serialized frames include a CRC32 trailer for integrity checks. Corrupt frames are dropped; reliable modes trigger retransmit requests.
- Full changelog: v2.4.0...v3.0.0