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

Unified Diff: webrtc/transport.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/transport.h
diff --git a/webrtc/transport.h b/webrtc/transport.h
index 7b62f6543dcb399ae6d060eb5356a72d64d4a2a3..b9df7c31d146792bc5607bd467aeda6026068853 100644
--- a/webrtc/transport.h
+++ b/webrtc/transport.h
@@ -17,6 +17,8 @@
namespace webrtc {
+// TODO(holmer): Look into unifying this with the PacketOptions in
+// asyncpacketsocket.h.
struct PacketOptions {
// A 16 bits positive id. Negative ids are invalid and should be interpreted
// as packet_id not being set.

Powered by Google App Engine
This is Rietveld 408576698