Bugzilla – Bug 214
SequenceControlSmaller() check failed
Last modified: 2008-11-26 04:24:59 UTC
Within src/devices/wifi/mac-rx-middle.cc:MacRxMiddle::Receive check for sequence number for wrapped back conditions between the current and the previous sequence number which SHOULD be rare. However, the attached scenario will trigger a lot of these warnings. Sequence numbers have looped back. last recorded=65535 currently seen=40320 Sequence numbers have looped back. last recorded=65535 currently seen=40320 Sequence numbers have looped back. last recorded=65535 currently seen=40320 [...]
Created attachment 152 [details] The scenario file which triggers the warnings
changeset f38616f83c3b