[Spice-devel] [PATCH spice-server 0/3] Flush interface and TCP_CORK

Frediano Ziglio fziglio at redhat.com
Tue Jan 16 14:18:12 UTC 2018


These patches try to add interface to support flush interface.
This interface could help improving bandwidth usage reducing bytes
sent through network.
The TCP_CORK is one possible usage of the library which actually
decrease bandwidth (not using SSL) by a 11%.

Frediano Ziglio (3):
  stream: implement interface for manual flush
  stream: implements flush using TCP_CORK
  common-graphics-channel: use manual flushing on stream to decrease
    packet fragmentation

 server/common-graphics-channel.c | 17 +++++++++--------
 server/red-channel-client.c      |  1 +
 server/red-stream.c              | 41 ++++++++++++++++++++++++++++++++++++++++
 server/red-stream.h              | 20 ++++++++++++++++++++
 4 files changed, 71 insertions(+), 8 deletions(-)

-- 
2.14.3



More information about the Spice-devel mailing list