Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 1995 01:14:07 -0700 (PDT)
From:      Chris <cml@aureus.mother.com>
To:        root@io.cts.com (Morgan Davis)
Cc:        current@freebsd.org
Subject:   Re: Clunky telnet/rlogin performance
Message-ID:  <199507300814.BAA07069@aureus.mother.com>
In-Reply-To: <199507291940.MAA15177@io.cts.com> from "Morgan Davis" at Jul 29, 95 12:40:13 pm

next in thread | previous in thread | raw e-mail | index | archive | help
$! 	FreeBSD -> [ISP] -> BSD/OS
$! 
$! It's like some kind of protocol compatibility problem, and it never gets
$! better.
$! 
$! If an intermediate system is used, e.g.:
$! 
$! 	FreeBSD -> [ISP] -> SCO Unix -> BSD/OS
$! 
$! performance is excellent.  Take the intermediate site out and it's
$! back to sluggish response.

Easy fix.

cd /usr/src/sys/netinet
vi tcp_subr.c
	line 71,72, toggle the values of
	
		int     tcp_do_rfc1323 = 1; /* change to 0 */
		int     tcp_do_rfc1644 = 1; /* change to 0 */
wq!

recompile kernel.
reboot.
end of problem.

-Chris

-- Gabbpuy! -- Abusus non tollit usum! --
Chris Lambertus, Sys. Admin   | cmlambertus@ucdavis.edu
Information Resources ACSM    | (916)752-6547 Fax:(916)752-9145
University of California      | Davis, California 95616
X Windows, IRC Administration | Miscellaneous other gizmos

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBL/zVg9QjnbOv0CQxAQE+1gP/aVr545XOSMulAlABA+5KED2SOfQJOsM5
DNBnIMP57kPw/DsiPpf3VP8PJJv1Hwq15FIgOMgVegTYvEHwdGpQiTdxXj4fdikC
MfIAD73+HtgHCTGt/EHJNBXgb3zCzVJLfX/FOOPl64EyOLESRu8U8H6BHc3mdoj4
a/koQGLPHsw=
=ktJu
-----END PGP SIGNATURE-----




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507300814.BAA07069>