]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r354773: Improve TCP CUBIC specific after idle reaction.
authorMichael Tuexen <tuexen@FreeBSD.org>
Wed, 1 Jul 2020 19:50:03 +0000 (19:50 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Wed, 1 Jul 2020 19:50:03 +0000 (19:50 +0000)
commitd5e53b7285401c5912782ed522d07c11d79a49bd
tree980a32c8579b6cb0e3ea2d4509fead9eea0af07d
parent9b8f0814882923c3cbbb39ad852bcd5460d1fa4a
MFC r354773: Improve TCP CUBIC specific after idle reaction.
The adjustments are inspired by the Linux stack, which has had a
functionally equivalent implementation for more than a decade now.

MFC r356224: Add curly braces missed in above change

Submitted by:           rscheff
Reviewed by:            Cheng Cui
Differential Revision:  https://reviews.freebsd.org/D18982
sys/netinet/cc/cc_cubic.c