aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/Congestion.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use std::string instead of CharArrayPierre Ossman2023-02-041-0/+1
* Explicitly mark unused parametersPierre Ossman2023-01-041-0/+2
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Fix wrap-aware isAfter function in Congestion.cxxLoic Prylli2019-04-271-1/+1
* Estimate higher bandwidth in slow startPierre Ossman2018-09-211-2/+11
* Avoid assert crash after bytestream position wrap aroundPeter Åstrand (astrand)2018-05-291-2/+7
* Limit lossless refresh update to safe sizePierre Ossman2018-03-281-3/+12
* Add crude congestion window debug tracePierre Ossman2017-11-171-0/+38
* Add simple slow start to congestion controlPierre Ossman2017-11-171-22/+55
* Improved congestion control handlingPierre Ossman2017-11-171-90/+267
* Move congestion control to its own classPierre Ossman2017-11-171-0/+222