[RFC PATCH spice-server v5 21/22] WIP: Try to reduce delay

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is an hacky patch that tries 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 93b546ac..d3685686 100644
--- a/server/stream-device.c
+++ b/server/stream-device.c
@@ -197,7 +197,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->stream_channel, buf, n, reds_get_mm_time());
+        stream_channel_send_data(dev->stream_channel, buf, n, reds_get_mm_time() - 2000);
         dev->hdr.size -= n;
     }
 
-- 
2.13.5

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]