mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
change this to a legit value (3, and any other non-zero number does the same thing as 1 which is what the correct value is)
This commit is contained in:
parent
91979c27d9
commit
a4b186ffe3
@ -18,6 +18,6 @@ kern.rndtest.verbose=0
|
||||
net.link.bridge.pfil_onlyip=0
|
||||
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.tcp.inflight.enable=1
|
||||
net.inet.ip.portrange.first=1024
|
||||
net.inet.ip.intr_queue_maxlen=1000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user