Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 10:40:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 238478] TCP Cubic code bug in cubic_ack_received
Message-ID:  <bug-238478-7501-EMiw0PYBQ6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238478-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238478-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238478

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: rscheff
Date: Wed Aug 19 10:40:03 UTC 2020
New revision: 364378
URL: https://svnweb.freebsd.org/changeset/base/364378

Log:
  MFC r363397: Fix style and comment around concave/convex regions in TCP
cubic.

  In cubic, the concave region is when snd_cwnd starts growing slower
  towards max_cwnd (cwnd at the time of the congestion event), and
  the convex region is when snd_cwnd starts to grow faster and
  eventually appearing like slow-start like growth.

  PR:           238478
  Reviewed by:  tuexen (mentor), rgrimes (mentor)
  Sponsored by: NetApp, Inc.
  Differential Revision:        https://reviews.freebsd.org/D24657

Changes:
_U  stable/12/
  stable/12/sys/netinet/cc/cc_cubic.c

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238478-7501-EMiw0PYBQ6>