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

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

Issue 1363573002: Wire up transport sequence number / send time callbacks to webrtc via libjingle. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add missing updated_options Created 5 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/port.h
diff --git a/webrtc/p2p/base/port.h b/webrtc/p2p/base/port.h
index dc548763de188001ff54fbfa2c56d8e68ccff068..01c45f26d8691303378766258c99cc7fefdde621 100644
--- a/webrtc/p2p/base/port.h
+++ b/webrtc/p2p/base/port.h
@@ -275,6 +275,9 @@ class Port : public PortInterface, public rtc::MessageHandler,
IceMessage* stun_msg,
const std::string& remote_ufrag);
+ // Called when a packet has been sent to the socket.
+ void OnSentPacket(const rtc::SentPacket& sent_packet);
+
// Called when the socket is currently able to send.
void OnReadyToSend();

Powered by Google App Engine
This is Rietveld 408576698