diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/isdn/FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/isdn/FAQ b/share/examples/isdn/FAQ index dcc6e67..a88de79 100644 --- a/share/examples/isdn/FAQ +++ b/share/examples/isdn/FAQ @@ -634,7 +634,7 @@ is discarding the extensions. This can easily be checked by doing ``sysctl net.inet.tcp.rfc1323''. If the result is 1, then the RFC1323 support is turned on. -Turn this off by doing ``sysctl -w net.inet.tcp.rfc1323=0'' (This is +Turn this off by doing ``sysctl net.inet.tcp.rfc1323=0'' (This is called "net.inet.tcp.do_rfc1323" under BSD/OS). For FreeBSD make sure that tcp_extension="NO" is in your /etc/rc.conf |