[Bug 235256] [net] IW10 without ABC leads to initial window of 11 Segments
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 29 21:49:04 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235256
--- Comment #8 from commit-hook at freebsd.org ---
A commit references this bug:
Author: rscheff
Date: Wed Apr 29 21:48:53 UTC 2020
New revision: 360477
URL: https://svnweb.freebsd.org/changeset/base/360477
Log:
Correctly set up the initial TCP congestion window in all cases,
by not including the SYN bit sequence space in cwnd related calculations.
Snd_und is adjusted explicitly in all cases, outside the cwnd update,
instead.
This fixes an off-by-one conformance issue with regular TCP sessions not
using Appropriate Byte Counting (RFC3465), sending one more packet during
the initial window than expected.
PR: 235256
Reviewed by: tuexen (mentor), rgrimes (mentor)
Approved by: tuexen (mentor), rgrimes (mentor)
MFC after: 3 weeks
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D19000
Changes:
head/sys/netinet/tcp_input.c
head/sys/netinet/tcp_stacks/bbr.c
head/sys/netinet/tcp_stacks/rack.c
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-net
mailing list