Attention is currently required from: pespin.
1 comment:
File src/osmux_input.c:
did you consider sequence wrap-around here? What if for example last_seq == 65535 and cur_seq == 0 or 1?
Also, are you sure that the arithmetic works out, if you express the difference between two arbitrary uint16_t as int16_t? What about differences that are larger than possible to express in int16_t?
To view, visit change 30148. To unsubscribe, or for help writing mail filters, visit settings.