--- src/sys/netinet/tcp_output.c 2004/07/08 22:07:35 1.15 +++ src/sys/netinet/tcp_output.c 2004/07/17 20:31:31 1.16 @@ -148,10 +148,6 @@ int ss_fltsz_local = 4; SYSCTL_INT(_net_inet_tcp, OID_AUTO, local_slowstart_flightsize, CTLFLAG_RW, &ss_fltsz_local, 1, "Slow start flight size for local networks"); -int tcp_do_newreno = 1; -SYSCTL_INT(_net_inet_tcp, OID_AUTO, newreno, CTLFLAG_RW, &tcp_do_newreno, - 0, "Enable NewReno Algorithms"); - /* * Tcp output routine: figure out what should be sent and send it. */