Skip to content

Sequence number wrap warning

rist.c:439 warns about sequence numbers being too far apart, this appears to be caused because seq rolls over at UINT16_MAX but is a UINT32, so the previous number, in its opinion is UINT32_MAX.