Compare two sequence numbers, handling wraparound. The current implementation just returns (gint32)(s1 - s2).
A sequence number.
Another sequence number.
A negative number if s1 is before s2, 0 if they are equal, or a positive number if s1 is after s2.
See Implementation
Compare two sequence numbers, handling wraparound. The current implementation just returns (gint32)(s1 - s2).