Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/netinet pullup 1.80->1.81 (thorpej)



details:   https://anonhg.NetBSD.org/src/rev/cea91f4abc9f
branches:  netbsd-1-4
changeset: 468631:cea91f4abc9f
user:      perry <perry%NetBSD.org@localhost>
date:      Mon May 03 23:51:53 1999 +0000

description:
pullup 1.80->1.81 (thorpej)

diffstat:

 sys/netinet/tcp_input.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9e50ca2baca1 -r cea91f4abc9f sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c   Mon May 03 22:24:49 1999 +0000
+++ b/sys/netinet/tcp_input.c   Mon May 03 23:51:53 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp_input.c,v 1.77.2.2 1999/04/29 14:52:40 perry Exp $ */
+/*     $NetBSD: tcp_input.c,v 1.77.2.3 1999/05/03 23:51:53 perry Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -2055,6 +2055,7 @@
        for (sc = TAILQ_FIRST(&tcp_syn_cache_timeq[TCP_MAXRXTSHIFT]);
             sc != NULL && PRT_SLOW_ISEXPIRED(sc->sc_rexmt);
             sc = nsc) {
+               nsc = TAILQ_NEXT(sc, sc_timeq);
                tcpstat.tcps_sc_timed_out++;
                SYN_CACHE_RM(sc);
                SYN_CACHE_PUT(sc);



Home | Main Index | Thread Index | Old Index