diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-08-22 18:01:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-08-22 18:01:11 +0000 |
commit | 94f01c71bfb7eb06fb713f52dbe658e16dd772c3 (patch) | |
tree | 3a32c2042c408adf71db0e755fb1889f5e0ebcca /conf.default | |
parent | d8e8296da0bb2f689b7a36873ee1ba81ae533448 (diff) | |
download | pfsense-94f01c71bfb7eb06fb713f52dbe658e16dd772c3.zip pfsense-94f01c71bfb7eb06fb713f52dbe658e16dd772c3.tar.gz |
Increase net.inet.ip.intr_queue_maxlen to 1000 which is the IP input queue.
Diffstat (limited to 'conf.default')
-rw-r--r-- | conf.default/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml index fae8cc8..c0afcff 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -90,6 +90,11 @@ <tunable>kern.randompid</tunable> <value>347</value> </item> + <item> + <desc>Maximum size of the IP input queue</desc> + <tunable>net.inet.ip.intr_queue_maxlen</tunable> + <value>1000</value> + </item> </sysctl> <system> <optimization>normal</optimization> |