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

Unified Diff: content/browser/renderer_host/p2p/socket_dispatcher_host.h

Issue 22381012: Allow p2p UDP packages to set DSCP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extra newline removed Created 7 years, 4 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: content/browser/renderer_host/p2p/socket_dispatcher_host.h
diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.h b/content/browser/renderer_host/p2p/socket_dispatcher_host.h
index 8a31ae558b139437ef313ee8a8b0074746f4d8f4..be090b190c5cf78126ea8c8d210004a14f33745c 100644
--- a/content/browser/renderer_host/p2p/socket_dispatcher_host.h
+++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.h
@@ -67,7 +67,8 @@ class P2PSocketDispatcherHost
int connected_socket_id);
void OnSend(int socket_id,
const net::IPEndPoint& socket_address,
- const std::vector<char>& data);
+ const std::vector<char>& data,
+ net::DiffServCodePoint dscp);
Sergey Ulanov 2013/08/17 05:50:04 nit: |dscp| is not readable. maybe call it |servic
hubbe 2013/08/21 18:51:36 dscp seems to be a pretty common abbreviation of "
void OnDestroySocket(int socket_id);
void DoGetNetworkList();

Powered by Google App Engine
This is Rietveld 408576698