summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/cc
AgeCommit message (Collapse)AuthorFilesLines
2020-04-2412581 sockets using cubic congestion control can blockPaul Winder1-2/+13
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Garrett D'Amore <garrett@damore.org>
2020-04-2412583 Import FreeBSD congestion control updatesPaul Winder3-13/+88
Portions contributed by: Richard Scheffinger Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2020-04-2412582 CUBIC module should react immediately to CC_RTO congestion signalCody Peter Mello1-11/+7
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Paul Winder <paul@winders.demon.co.uk> Approved by: Garrett D'Amore <garrett@damore.org>
2019-08-2311553 Want pluggable TCP congestion control algorithmsSebastien Roy8-0/+1428
Portions contributed by: Cody Peter Mello <cody.mello@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>