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

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..eb8c05bffb263fa4a358e19c8e9cabfa70655621 100644
--- a/remoting/protocol/session_config.h
+++ b/remoting/protocol/session_config.h
@@ -14,7 +14,11 @@
namespace remoting {
namespace protocol {
-extern const int kDefaultStreamVersion;
+extern const int kEventStreamVersion;
+extern const int kAudioStreamVersion;
+extern const int kControlStreamVersion;
+extern const int kVideoStreamVersion;
+extern const int kVideoStreamVersionNoAck;
// 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