On Mon, Feb 06, 2006 at 12:44:18PM -0700, Brad Waite wrote: > Okay, that makes sense, although when you say it uses the queue > assignments appropriately, does it re-evaluate the conditions (TOS > lowdelay or empty ACK) with each packet?
Yes. > Also, what happens when a packet matches several queue assignments and > I'm not using the QUICK modifier in the rule? Is it last match wins? > I'm migrating from ipfw which is based on first match wins. No, only the last-matching rule's queue option matters. If any other rules matched earlier, those rules' queue options don't matter at all. Daniel
