[Spice-devel] [RFC] Adding compression to the webdav folder sharing

Snir Sheriber ssheribe at redhat.com
Sun Aug 21 15:16:15 UTC 2016


Hi,
I've added lz4 compression to the webdav folder sharing (similar
as done in the usbredir channel) in order to reduce traffic when
moving files into\from the shared folder.
On the server side everything stays the same, on the client side
the code was written in webdav-channel.c and vmcstream.c (not sure
if these are the right places to do so).
Another thing is that the code is almost the same as in the
usbredir,so it may be better to implement it for both channels
somewhere else (spice-channel? suggestions? )

Thanks, Snir.

Snir Sheriber (1):
  Adding compression to the webdav folder sharing

 src/channel-webdav.c | 57 ++++++++++++++++++++++++++++++++++++++++++
 src/vmcstream.c      | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 127 insertions(+)

-- 
2.5.5



More information about the Spice-devel mailing list