diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-25 04:27:48 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-25 04:27:48 +0000 |
| commit | 7118bc9ae546e60f0d1c3208ee373c55ce4418bf (patch) | |
| tree | e1319ceb9e3d302d1a96c7caf2d1944ce39a6e26 | |
| parent | 5568866ec6ed2173f8245cfdb6fc80ad94de4e02 (diff) | |
Notes
| -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 54697a66c965..dc68b1cf1647 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -436,15 +436,15 @@ for a detailled discussion. .\" ----- end of added ipf hook --------------------------------- .It Ar tcp_extensions (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. |
