Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: remoting/proto/video_stats.proto

Issue 2425873002: Add network parameters fields in FrameStatsMessage (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/protocol/frame_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/video_stats.proto
diff --git a/remoting/proto/video_stats.proto b/remoting/proto/video_stats.proto
index d6efd73c1d9482e2566ce05d16173e84486e17a4..198edcab5bfc75bdbff0fc0913e76fa17fcf887b 100644
--- a/remoting/proto/video_stats.proto
+++ b/remoting/proto/video_stats.proto
@@ -37,6 +37,12 @@ message FrameStatsMessage {
optional int32 encode_time_ms = 8;
// Time for which the frame is blocked until it's sent to the client.
- optional int64 send_pending_time_ms = 9;
+ optional int32 send_pending_time_ms = 9;
+
+ // Current network RTT estimate.
+ optional int32 rtt_estimate_ms = 10;
+
+ // Current bandwidth estimate in kb/s.
+ optional int32 bandwidth_estimate_kbps = 11;
}
« no previous file with comments | « no previous file | remoting/protocol/frame_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698