summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-05-02 20:53:18 +0000
committerErmal <eri@pfsense.org>2011-05-02 20:57:50 +0000
commit0b1321e2dc93ec94bc8b8421abdda6f81da16afb (patch)
tree773526e28bf1cce1e415d75aeafd6bb0397a9104 /etc
parent81e14406ba0a94d64753b323597f69d526e7230c (diff)
downloadpfsense-0b1321e2dc93ec94bc8b8421abdda6f81da16afb.zip
pfsense-0b1321e2dc93ec94bc8b8421abdda6f81da16afb.tar.gz
Bring back the optimization on max-packets at pf(4) level now that the issues with daemon have been identified.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/shaper.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index a0fb0e4..c9f41f3 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -3743,7 +3743,7 @@ function layer7_start_l7daemon() {
mwexec("/bin/kill -HUP {$l7pid[0]}");
} else {
// XXX: Hardcoded number of packets to garbage collect and queue length..
- $ipfw_classifyd_init = "/usr/local/sbin/ipfw-classifyd -n 5 -q 700 -c {$path} -p " . $l7rules->GetRPort() . " -P /usr/local/share/protocols";
+ $ipfw_classifyd_init = "/usr/local/sbin/ipfw-classifyd -n 8 -q 700 -c {$path} -p " . $l7rules->GetRPort() . " -P /usr/local/share/protocols";
mwexec_bg($ipfw_classifyd_init);
}
}
OpenPOWER on IntegriCloud