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

Unified Diff: webrtc/p2p/base/dtlstransportchannel.h

Issue 1231913003: Add methods to set the ICE connection receiving_timeout values. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Address comments Created 5 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 | « talk/app/webrtc/peerconnectionproxy.h ('k') | webrtc/p2p/base/fakesession.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/base/dtlstransportchannel.h
diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h
index ee6ac7e347f4f0f98bbdc1e17d74429d58add121..1bf77b6566a44cf958aa38e9535a1fd098f4cd43 100644
--- a/webrtc/p2p/base/dtlstransportchannel.h
+++ b/webrtc/p2p/base/dtlstransportchannel.h
@@ -204,6 +204,10 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl {
channel_->OnCandidate(candidate);
}
+ void SetReceivingTimeout(int receiving_timeout_ms) {
+ channel_->SetReceivingTimeout(receiving_timeout_ms);
+ }
+
// Needed by DtlsTransport.
TransportChannelImpl* channel() { return channel_; }
« no previous file with comments | « talk/app/webrtc/peerconnectionproxy.h ('k') | webrtc/p2p/base/fakesession.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698