]> source.dussan.org Git - tigervnc.git/commit
Increase maximum input buffer
authorPierre Ossman <ossman@cendio.se>
Thu, 4 Nov 2021 08:01:08 +0000 (09:01 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 4 Nov 2021 08:21:21 +0000 (09:21 +0100)
commit5ca77a1745759aa4e7e086460a9fb5c0cba6f8fa
tree0b3a770fb9c1d9cd9f28cc35c6431f913ba60bb3
parent86c948d19d82ca1f3307d5b8318f42aa214bedc2
Increase maximum input buffer

macOS' built in VNC server unfortunately sends the entire monitor in a
single rect, so we need to be prepared to buffer a lot of data in case
the monitor has a large resolution.

(cherry picked from commit 479ec11a2ee29a5321a28118c2d69307d752e216)
common/rdr/BufferedInStream.cxx