Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 1995 11:36:24 +0200 (MET DST)
From:      roberto@blaise.ibp.fr (Ollivier Robert)
To:        cml@aureus.mother.com (Chris)
Cc:        root@io.cts.com, current@freebsd.org
Subject:   Re: Clunky telnet/rlogin performance
Message-ID:  <199507300936.LAA07133@blaise.ibp.fr>
In-Reply-To: <199507300814.BAA07069@aureus.mother.com> from "Chris" at Jul 30, 95 01:14:07 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 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 */
> 
> recompile kernel.
> reboot.
> end of problem.

vi /etc/sysconfig

change the 
tcp_extensions=YES
to
tcp_extensions=NO

and reboot. If you want to do it at run-time :

sysctl -w net.inet.tcp.rfc1323=0
sysctl -w net.inet.tcp.rfc1644=0

-- 
Ollivier ROBERT     -=- The daemon is FREE! -=-     roberto@FreeBSD.ORG
      FreeBSD 2.2-CURRENT #5: Fri Jul 14 12:28:04 MET DST 1995



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