]> source.dussan.org Git - tigervnc.git/commit
Limit lossless refresh update to safe size
authorPierre Ossman <ossman@cendio.se>
Fri, 23 Mar 2018 08:30:09 +0000 (09:30 +0100)
committerPierre Ossman <ossman@cendio.se>
Wed, 28 Mar 2018 10:50:39 +0000 (12:50 +0200)
commita2b80d6ae7a4ad2df5db657c7e23aabf3df104e4
treee74507a595c384a38ba72330ae6c1310319611c8
parent6b2f113b357c035d18b0d97b8fd1b74f8991b4d4
Limit lossless refresh update to safe size

We don't want to waste bandwidth on the lossless refresh if we might
need that bandwidth for a normal update. Try to estimate how much
data we can safely send without interfering.
common/rfb/Congestion.cxx
common/rfb/Congestion.h
common/rfb/EncodeManager.cxx
common/rfb/EncodeManager.h
common/rfb/Timer.cxx
common/rfb/Timer.h
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCServerST.cxx
common/rfb/VNCServerST.h