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

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

Issue 2437503004: Set actual transport overhead in rtp_rtcp (Closed)
Patch Set: Save selected candidate pair in transport channel. 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
Index: webrtc/p2p/base/transportchannel.h
diff --git a/webrtc/p2p/base/transportchannel.h b/webrtc/p2p/base/transportchannel.h
index 9b0ac7bd5bcae60bd95d6c1c5c264d363c2e1160..1c60a86975e377a316d882ded2fa99112a5aec18 100644
--- a/webrtc/p2p/base/transportchannel.h
+++ b/webrtc/p2p/base/transportchannel.h
@@ -167,6 +167,9 @@ class TransportChannel : public sigslot::has_slots<> {
// Debugging description of this transport channel.
std::string ToString() const;
+ // get selected candidate pair
+ // virtual CandidatePairInterface* selected_candidate_pair();
honghaiz3 2016/10/31 17:42:09 You don't need this unless you want to choose the
michaelt 2016/11/01 08:31:37 Done.
+
protected:
// Sets the writable state, signaling if necessary.
void set_writable(bool writable);

Powered by Google App Engine
This is Rietveld 408576698