Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/netinet Pull up revision 1.192 (requested by ragge ...



details:   https://anonhg.NetBSD.org/src/rev/0b83f82c8d32
branches:  netbsd-2-0
changeset: 560419:0b83f82c8d32
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Apr 16 08:04:22 2004 +0000

description:
Pull up revision 1.192 (requested by ragge in ticket #140):
Add back one line which was accidentially removed (by me) a while ago.
Spotted by Markus Friedl (markus at openbsd.org).

diffstat:

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

diffs (26 lines):

diff -r 76f0687b5bea -r 0b83f82c8d32 sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c   Fri Apr 16 08:02:53 2004 +0000
+++ b/sys/netinet/tcp_input.c   Fri Apr 16 08:04:22 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp_input.c,v 1.190 2004/03/10 18:50:45 drochner Exp $ */
+/*     $NetBSD: tcp_input.c,v 1.190.2.1 2004/04/16 08:04:22 tron Exp $ */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -148,7 +148,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.190 2004/03/10 18:50:45 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.190.2.1 2004/04/16 08:04:22 tron Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -2117,6 +2117,7 @@
                                tp->t_lastm = NULL;
                        sbdrop(&so->so_snd, acked);
                        tp->t_lastoff -= acked;
+                       tp->snd_wnd -= acked;
                        ourfinisacked = 0;
                }
                sowwakeup(so);



Home | Main Index | Thread Index | Old Index