Attention is currently required from: laforge.
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 o […]
Indeed I have my doubts this code is 100% correct when wrap around is in place. I started looking into exact this already before submitting this patch. That's why I wrote in the commit log that flaws will be fixed in follow up patches.
I submitted this patch because it is actually not really changing the arithmetic here, only rearranging a few parts to have a more meaningful log line.
To view, visit change 30148. To unsubscribe, or for help writing mail filters, visit settings.