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 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel