Date: Mon, 3 Apr 1995 16:19:17 -0400 From: Garrett Wollman <wollman@halloran-eldar.lcs.mit.edu> To: "Jordan K. Hubbard" <jkh@freefall.cdrom.com> Cc: gibbs@estienne.cs.berkeley.edu, freebsd-bugs@freefall.cdrom.com Subject: Re: misc/292: rfc1323 and rfc1644 support can confuse terminal servers w/SLIP Message-ID: <9504032019.AA22793@halloran-eldar.lcs.mit.edu> In-Reply-To: <10282.796780895@freefall.cdrom.com> References: <199504012330.PAA09488@freefall.cdrom.com> <10282.796780895@freefall.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Sat, 01 Apr 1995 16:01:35 -0800, "Jordan K. Hubbard" <jkh@freefall.cdrom.com> said: > Maybe these need to be switched on and off inside netstart using > sysconfig variables? Suggestions? I think it's not unreasonable to do: # # Some broken implementations can't handle the RFC 1323 and RFC 1644 # TCP options. If TCP connections randomly hang, try enabling this, # and bug the vendor of the losing equipment. # if [ "x$disable_tcp_extensions" == "xYES" ]; then sysctl -nw net.inet.tcp.rfc1323=0 sysctl -nw net.inet.tcp.rfc1644=0 fi -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9504032019.AA22793>