mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set the ephemeral port range starting port to 1024 instead of 49152.
This commit is contained in:
parent
0018f8ef91
commit
63a0de0c29
@ -17,5 +17,6 @@ net.inet.udp.maxdgram=57344
|
||||
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
|
||||
# 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user