]> source.dussan.org Git - tigervnc.git/commit
Emulate corking when TCP_CORK is missing
authorPierre Ossman <ossman@cendio.se>
Wed, 28 Jun 2023 14:03:30 +0000 (16:03 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 28 Jun 2023 14:03:30 +0000 (16:03 +0200)
commit7b3fe6d283f917bff99a60e2bdc59c98c82b1dfa
tree97af239b3571428917b82da915e505c4be654fac
parentb0319e3e09b9d5e741a78e0591d730ef577c6ecb
Emulate corking when TCP_CORK is missing

If we can't rely on the OS to handle corking for us, then we need to
enable our own handling of it.
common/rdr/FdOutStream.cxx