[Spice-devel] [PATCH spice-common] proto: Improve documentation for stream_report::num_drops

Frediano Ziglio fziglio at redhat.com
Wed Jul 4 17:57:17 UTC 2018


Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 spice.proto | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/spice.proto b/spice.proto
index e678ef8..3084c2b 100644
--- a/spice.proto
+++ b/spice.proto
@@ -1005,8 +1005,10 @@ channel DisplayChannel : BaseChannel {
         // the stream is not supported or that the client was not able
         // to decode it
         uint32 num_frames;
-        // the part of the above frames that were dropped by the client due
-        // to late arrival time
+        // the number of the above frames that were dropped by the client due
+        // to late arrival time (with latency < 0).
+        // This field set to UINT32_MAX and num_frames set to 0 indicate stream
+        // not supported by client.
         uint32 num_drops;
         // end_frame_mm_time - client_mm_time
         int32 last_frame_delay;
-- 
2.17.1



More information about the Spice-devel mailing list