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

Frediano Ziglio fziglio at redhat.com
Thu Feb 22 07:57:31 UTC 2018


ping

> 
> ping
> 
> more than 2 years old now
> 
> > 
> > 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(-)
> > 


More information about the Spice-devel mailing list