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

Unified Diff: jingle/glue/pseudotcp_adapter.h

Issue 7820008: Add TCP configuration parameters for Transport API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 3 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 | « content/renderer/p2p/p2p_transport_impl.cc ('k') | ppapi/c/dev/ppb_transport_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/pseudotcp_adapter.h
diff --git a/jingle/glue/pseudotcp_adapter.h b/jingle/glue/pseudotcp_adapter.h
index 643af3f54e0debd368e11e7d7876a26a57c8b5ea..a764182e2af8fb549e0203351a5c05d41afcd0a7 100644
--- a/jingle/glue/pseudotcp_adapter.h
+++ b/jingle/glue/pseudotcp_adapter.h
@@ -56,7 +56,7 @@ class PseudoTcpAdapter : public net::StreamSocket, base::NonThreadSafe {
void SetAckDelay(int delay_ms);
// Set whether Nagle's algorithm is enabled.
- void SetNoDelay(bool nagling);
+ void SetNoDelay(bool no_delay);
private:
class Core;
« no previous file with comments | « content/renderer/p2p/p2p_transport_impl.cc ('k') | ppapi/c/dev/ppb_transport_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698