Set the ephemeral port range starting port to 1024 instead of 49152.

This commit is contained in:
Scott Ullrich 2007-07-05 16:14:56 +00:00
parent 0018f8ef91
commit 63a0de0c29

View File

@ -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