summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-03-17 19:57:53 +0000
committerErmal <eri@pfsense.org>2011-03-17 19:57:53 +0000
commit52bac9690d051596dfd8d9d672e093d18bef2ff5 (patch)
tree90b480506819e60258aec7d6cb9c13afeed0b958
parent3c69c52c1ce6953c3fa01f2ef2f957bd2c51ee64 (diff)
downloadpfsense-52bac9690d051596dfd8d9d672e093d18bef2ff5.zip
pfsense-52bac9690d051596dfd8d9d672e093d18bef2ff5.tar.gz
Up the number of packets that gets sent to divert consumers since this count includes for tcp even the 2way handshake count which might hurt the matching. This should possibly fix layer 7 Ticket #636.
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 36e7624..8fd042f 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1914,7 +1914,7 @@ function filter_generate_user_rule($rule) {
$aline['flags'] .= "/" . $rule['max-src-conn-rates'] . ", overload <virusprot> flush global ";
}
if(!empty($aline['divert']))
- $aline['flags'] .= "max-packets 5 ";
+ $aline['flags'] .= "max-packets 10 ";
$aline['flags'] .= " ) ";
}
OpenPOWER on IntegriCloud