[Spice-devel] [RFC PATCH spice-server v3 19/20] WIP: Try to reduce delay
Frediano Ziglio
fziglio at redhat.com
Wed Aug 23 09:14:37 UTC 2017
This is an hacky patch that tryes to reduce lag
---
server/stream-device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/stream-device.c b/server/stream-device.c
index 78fa146c..e28111d9 100644
--- a/server/stream-device.c
+++ b/server/stream-device.c
@@ -182,7 +182,7 @@ handle_msg_data(StreamDevice *dev, SpiceCharDeviceInstance *sin)
// TODO collect all message ??
// up: we send a single frame together
// down: guest can cause a crash
- stream_channel_send_data(dev->channel, buf, n, reds_get_mm_time());
+ stream_channel_send_data(dev->channel, buf, n, reds_get_mm_time() - 2000);
dev->hdr.size -= n;
}
if (dev->hdr.size == 0) {
--
2.13.5
More information about the Spice-devel
mailing list