summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-08-22 18:01:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-08-22 18:01:04 +0000
commit2b907b9df35fa8f3d51fffd3e0aed504a6753a30 (patch)
tree60af281dce5c1903933151ac9be1270731303fef /etc
parentd6f67691f27c499c96173d88abda2ff9dea199ad (diff)
downloadpfsense-2b907b9df35fa8f3d51fffd3e0aed504a6753a30.zip
pfsense-2b907b9df35fa8f3d51fffd3e0aed504a6753a30.tar.gz
Increase net.inet.ip.intr_queue_maxlen to 1000 which is the IP input queue.
Diffstat (limited to 'etc')
-rw-r--r--etc/sysctl.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
index 2f661ce..e152e63 100644
--- a/etc/sysctl.conf
+++ b/etc/sysctl.conf
@@ -20,3 +20,4 @@ net.link.tap.user_open=1
# The system will attempt to calculate the bandwidth delay product for each connection and limit the amount of data queued to the network to just the amount required to maintain optimum throughput.
net.inet.tcp.inflight.enable=3
net.inet.ip.portrange.first=1024
+net.inet.ip.intr_queue_maxlen=1000
OpenPOWER on IntegriCloud