This fixes it, already sent to Linus:
--- vanilla/linux/net/ipv4/tcp_timer.c Wed Feb 9 20:08:09 2000
+++ linux/net/ipv4/tcp_timer.c Mon Feb 14 12:56:30 2000
@@ -5,7 +5,7 @@
*
* Implementation of the Transmission Control Protocol(TCP).
*
- * Version: $Id: tcp_timer.c,v 1.73 2000/02/09 11:16:42 davem Exp $
+ * Version: $Id: tcp_timer.c,v 1.74 2000/02/14 20:56:30 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -659,6 +659,7 @@
if (req->retrans == 0)
lopt->qlen_young--;
tcp_openreq_free(req);
+ continue;
}
reqp = &req->dl_next;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Tue Feb 15 2000 - 21:00:28 EST