Date: Tue, 21 Jul 2020 16:22:47 +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-XpNRX7xuv6@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 #5 from commit-hook@FreeBSD.org --- A commit references this bug: Author: rscheff Date: Tue Jul 21 16:21:53 UTC 2020 New revision: 363397 URL: https://svnweb.freebsd.org/changeset/base/363397 Log: 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) Approved by: tuexen (mentor), rgrimes (mentor) MFC after: 2 weeks Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D24657 Changes: head/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-XpNRX7xuv6>