]> 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:01:08 +0000 (09:01 +0100)
commit479ec11a2ee29a5321a28118c2d69307d752e216
tree6c3720dc76780a98dd6a5ee6a0780607848d84db
parent0ce9fefde8c0b34eda0d6c2454abb8fece7e6e3c
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.
common/rdr/BufferedInStream.cxx