From 702ee3a62bd1fd6505f9a4a0c5c3703bd980c634 Mon Sep 17 00:00:00 2001 From: Mike Karels Date: Wed, 24 May 1995 17:50:55 -0800 Subject: [PATCH] changes to randomize iss (somewhat); use a random component in the increment. Increase rate of periodic increment, but leave the per-connection increment about the same. Small cleanup in code to handle bad (e.g. spoofed) SYN: remove redundant code, add counter (perhaps should count only if SYN is set), and simplify slightly for RST. SCCS-vsn: sys/netinet/tcp_input.c 8.12 --- usr/src/sys/netinet/tcp_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/sys/netinet/tcp_input.c b/usr/src/sys/netinet/tcp_input.c index 198934a778..a6acbfe1fe 100644 --- a/usr/src/sys/netinet/tcp_input.c +++ b/usr/src/sys/netinet/tcp_input.c @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)tcp_input.c 8.11 (Berkeley) %G% + * @(#)tcp_input.c 8.12 (Berkeley) %G% */ #ifndef TUBA_INCLUDE -- 2.20.1