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

Unified Diff: remoting/protocol/session_config.h

Issue 850983002: Implement video frame acknowledgements in the chromoting protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: remoting/protocol/session_config.h
diff --git a/remoting/protocol/session_config.h b/remoting/protocol/session_config.h
index c0313a04dda3dba942b99dbf2c1cdf11c2de59b9..c86054016de274b341ebeabaceac19476fffc27f 100644
--- a/remoting/protocol/session_config.h
+++ b/remoting/protocol/session_config.h
@@ -15,6 +15,8 @@ namespace remoting {
namespace protocol {
extern const int kDefaultStreamVersion;
+extern const int kControlStreamVersion;
Wez 2015/01/21 01:35:40 Why do we need a separat kControlStreamVersion..?
Sergey Ulanov 2015/01/29 01:33:29 IIRC it was updated a while ago when we added capa
+extern const int kVideoWithAckStreamVersion;
// Struct for configuration parameters of a single channel.
// Some channels (like video) may have multiple underlying sockets that need

Powered by Google App Engine
This is Rietveld 408576698