git: pf - assign hash even if no queue is specified
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Sep 4 15:12:33 PDT 2014
commit 66638e7126961577615eacaf0cd6aa147c77d759
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Sep 4 15:09:52 2014 -0700
pf - assign hash even if no queue is specified
* If no queue is specified ALTQ will use the default-flagged queue.
We must still generate a hash for this case, otherwise FAIRQ won't
be able to distinguish connection state.
* Fixes fairq latency issues with PF rule sets which do not specify a
queue in all PASS rules.
Summary of changes:
sys/net/pf/pf.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/66638e7126961577615eacaf0cd6aa147c77d759
--
DragonFly BSD source repository
More information about the Commits
mailing list