Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet tcp_input: update a comment to match with the code.



details:   https://anonhg.NetBSD.org/src/rev/61ee2e7b5512
branches:  trunk
changeset: 579957:61ee2e7b5512
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sun Apr 03 05:02:46 2005 +0000

description:
tcp_input: update a comment to match with the code.

diffstat:

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

diffs (29 lines):

diff -r 7bc9e92ff5f8 -r 61ee2e7b5512 sys/netinet/tcp_input.c
--- a/sys/netinet/tcp_input.c   Sun Apr 03 02:43:57 2005 +0000
+++ b/sys/netinet/tcp_input.c   Sun Apr 03 05:02:46 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp_input.c,v 1.225 2005/03/29 20:10:16 yamt Exp $     */
+/*     $NetBSD: tcp_input.c,v 1.226 2005/04/03 05:02:46 yamt Exp $     */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -150,7 +150,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.225 2005/03/29 20:10:16 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.226 2005/04/03 05:02:46 yamt Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -2246,9 +2246,7 @@
                 * If the window gives us less than ssthresh packets
                 * in flight, open exponentially (segsz per packet).
                 * Otherwise open linearly: segsz per window
-                * (segsz^2 / cwnd per packet), plus a constant
-                * fraction of a packet (segsz/8) to help larger windows
-                * open quickly enough.
+                * (segsz^2 / cwnd per packet).
                 *
                 * If we are still in fast recovery (meaning we are using
                 * NewReno and we have only received partial acks), do not



Home | Main Index | Thread Index | Old Index