Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2008 19:28:57 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c
Message-ID:  <200809121929.m8CJTCZI082770@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2008-09-12 19:28:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet          tcp_input.c 
  Log:
  SVN rev 182970 on 2008-09-12 19:28:57Z by bz
  
  MFC: svn r182885, cvs rev. 1.381 tcp_input.c
  
    Work around an integer division resulting in 0 and thus the
    congestion window not being incremented, if cwnd > maxseg^2.
    As suggested in RFC2581 increment the cwnd by 1 in this case.
  
    See http://caia.swin.edu.au/reports/080829A/CAIA-TR-080829A.pdf
    for more details.
  
  Submitted by:   Alana Huebner, Lawrence Stewart,
                  Grenville Armitage (caia.swin.edu.au)
  Reviewed by:    dwmalone, gnn, rpaulo, silby
  Approved by:    re (gnn)
  
  Revision   Changes    Path
  1.370.2.5  +3 -1      src/sys/netinet/tcp_input.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809121929.m8CJTCZI082770>