mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
I disabled it some 15 years ago but it is useful to have them on when doing tcp throughput tests.
10 lines
221 B
Text
10 lines
221 B
Text
# Sample rc.conf file for PicoBSD
|
|
# you should mostly set variables here, see rc.conf.defaults.
|
|
|
|
tcp_extensions=YES # enable rfc1323 and rfc1644
|
|
|
|
case ${hostname} in
|
|
*)
|
|
echo "processing rc.conf for ${hostname}"
|
|
;;
|
|
esac
|