mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
enable rfc1323 and rfc1644 by default in picobsd images.
I disabled it some 15 years ago but it is useful to have them on when doing tcp throughput tests.
This commit is contained in:
parent
89e3fd5247
commit
c3c9304aa9
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# 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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue