]> source.dussan.org Git - tigervnc.git/commit
Move congestion control to its own class
authorPierre Ossman <ossman@cendio.se>
Fri, 11 Dec 2015 19:23:17 +0000 (20:23 +0100)
committerPierre Ossman <ossman@cendio.se>
Fri, 17 Nov 2017 07:22:12 +0000 (08:22 +0100)
commitc09e5580d1058718301fe83fdb8750cc579e7ea1
tree9f3f773989d6bfa33f0106289370a67b65e4fafb
parent707fa123a699423f1466a201a7c4dd0975bb9e61
Move congestion control to its own class

It's a general function and it's better to have that particular
complexity in its own place.
common/rfb/CMakeLists.txt
common/rfb/Congestion.cxx [new file with mode: 0644]
common/rfb/Congestion.h [new file with mode: 0644]
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCSConnectionST.h