[Spice-devel] [RFC spice-gtk 3/3] just disable usbredir compression
Snir Sheriber
ssheribe at redhat.com
Thu Mar 2 16:53:29 UTC 2017
---
src/channel-usbredir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/channel-usbredir.c b/src/channel-usbredir.c
index fef62ce..318adf1 100644
--- a/src/channel-usbredir.c
+++ b/src/channel-usbredir.c
@@ -282,7 +282,7 @@ void spice_usbredir_channel_set_context(SpiceUsbredirChannel *channel,
usbredirhost_set_buffered_output_size_cb(priv->host, usbredir_buffered_output_size_callback);
#endif
#ifdef USE_LZ4
- spice_channel_set_capability(channel, SPICE_SPICEVMC_CAP_DATA_COMPRESS_LZ4);
+ //spice_channel_set_capability(channel, SPICE_SPICEVMC_CAP_DATA_COMPRESS_LZ4);
#endif
}
--
2.9.3
More information about the Spice-devel
mailing list