Skip to content

Commit 11573ab

Browse files
readme
1 parent d67b863 commit 11573ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ next-generation intelligent vehicles: manned and unmanned aircraft, spacecraft,
2323
- Zero-copy RX pipeline -- payload is moved from the NIC driver all the way to the application without copying.
2424
- Support for redundant network interfaces with seamless interface aggregation and zero fail-over delay.
2525
- Robust message reassembler tolerant to highly distorted datagram streams (out-of-order, duplication, distinct MTU).
26+
- Message ordering recovery for ordering-sensitive applications (e.g., state estimators, control loops).
2627
- Packet loss mitigation via:
2728
- repetition-coding FEC (transparent to the application);
2829
- redundant interfaces (packet lost on one interface may be received on another, transparent to the application);
2930
- positive acknowledgment with retransmission (retransmission not handled by the library).
30-
- No dependency on heap; the library can be used with fixed-size block pool allocators.
31+
- Heap not required; the library can be used with fixed-size block pool allocators.
3132
- Detailed time complexity and memory requirement models for the benefit of real-time high-integrity applications.
3233
- Runs on any 8/16/32/64-bit platform and extremely resource-constrained baremetal environments with ~100K ROM/RAM.
3334
- MISRA C compliance (reach out to <https://forum.opencyphal.org>).

0 commit comments

Comments
 (0)