lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <1325385056.4174.51.camel@denise.theartistscloset.com> Date: Sat, 31 Dec 2011 21:30:56 -0500 From: "John A. Sullivan III" <jsullivan@...nsourcedevel.com> To: netdev@...r.kernel.org Subject: tc filter mask for ACK packets off? 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 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists