specification icon indicating copy to clipboard operation
specification copied to clipboard

Transports with monotonic transfer-ID counter should reserve the maximum value 2^64-1

Open pavel-kirienko opened this issue 10 months ago • 0 comments

$2^{64}-1$ should be a non-valid transfer-ID value, as the availability of a reserved value slightly simplifies implementations of transfer reassemblers (eliminates an extra state).

This affects Cyphal/UDP and Cyphal/serial.

pavel-kirienko avatar Aug 09 '23 15:08 pavel-kirienko