From 758806b8d8f5b1b6703faac5a10dfb4144b83ae6 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 25 May 2001 04:27:48 +0000 Subject: [PATCH] RFC 1323 (TCP extensions) is now on by default. --- share/man/man5/rc.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index b2f5be690051..076910f20bde 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.