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

Unified Diff: webrtc/call/call.h

Issue 2978503002: Move RTP keep-alive config from VideoSendStream::Config to Call::Config (Closed)
Patch Set: Typo in comment Created 3 years, 5 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 | webrtc/call/call.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/call.h
diff --git a/webrtc/call/call.h b/webrtc/call/call.h
index 86142f0feaaf065c3215a9e3086bfdf63b08911e..f99ba851ab420daeb5c12f03e1577f1701c4cbb3 100644
--- a/webrtc/call/call.h
+++ b/webrtc/call/call.h
@@ -112,6 +112,12 @@ class Call {
// RtcEventLog to use for this call. Required.
// Use webrtc::RtcEventLog::CreateNull() for a null implementation.
RtcEventLog* event_log = nullptr;
+
+ // Enables periodic sending if empty keep-alive messages that helps prevent
+ // network time-out events. The packets adhere to RFC6263 section 4.6, and
+ // by default use payload type 20, as described in 3GPP TS 24.229,
+ // Appendix K.5.2.1.
+ RtpKeepAliveConfig keepalive_config;
};
struct Stats {
« no previous file with comments | « no previous file | webrtc/call/call.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698