diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-25 04:27:48 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-25 04:27:48 +0000 |
commit | 00080e80170cd85894fe1df8997ad92d410bf188 (patch) | |
tree | 2a12a17a976da561aa8d5983e437f881d807cc99 | |
parent | 8e983a955a3e76965b5de9a9be502f56a7bb9223 (diff) | |
download | FreeBSD-src-00080e80170cd85894fe1df8997ad92d410bf188.zip FreeBSD-src-00080e80170cd85894fe1df8997ad92d410bf188.tar.gz |
RFC 1323 (TCP extensions) is now on by default.
-rw-r--r-- | share/man/man5/rc.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index b2f5be69..076910f 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -474,15 +474,15 @@ for a detailled discussion. .It Va tcp_extensions .Pq Vt bool Set to -.Ar NO +.Ar YES by default. -Setting this to YES enables certain TCP options as described by +Setting this to NO disables certain TCP options as described by .Rs .%T RFC 1323 .Re If you have problems with connections randomly hanging or other weird behavior of such nature, you might -try setting this back to +try setting this to .Ar NO and seeing if that helps. Some hardware/software out there is known to be broken with respect to these options. |