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

Frediano Ziglio fziglio at redhat.com
Fri Dec 15 09:33:26 UTC 2017


ping

> 
> 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 packet numbers (not using SSL) by a 5% (unfortunately due to
> a Wireshark bug it's hard to get these statistics).
> 
> Frediano Ziglio (3):
>   stream: implement interface for manual flush
>   stream: implements flush using TCP_CORK
>   worker: use manual flushing on stream to decrease packet fragmentation
> 
>  server/red-channel.c | 12 ++++++++----
>  server/red-worker.c  | 24 +++++++++++++-----------
>  server/reds-stream.c | 41 +++++++++++++++++++++++++++++++++++++++++
>  server/reds-stream.h | 20 ++++++++++++++++++++
>  4 files changed, 82 insertions(+), 15 deletions(-)
> 



More information about the Spice-devel mailing list