tc filter mask for ACK packets off?
From: John A. Sullivan III <hidden>
Date: 2012-01-01 02:30:36
From: John A. Sullivan III <hidden>
Date: 2012-01-01 02:30:36
Hello, all. I've been noticing that virtually all the documentation says we should prioritize ACK only packets and that they can be identified with match u8 0x10 0xff. However, isn't the actual flag field only 6 bits longs and the first two belong to a previous 6 bit reserved field? If that is true, if ever those bits are set, our filters will unnecessarily break. Shouldn't it be match u8 0x10 0x3f? Then again, I'm very new at this. Thanks - John