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

Unified Diff: net/socket/client_socket_pool_base.h

Issue 6990036: Deciding best connection to schedule requests on based on cwnd and idle time (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 6 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: net/socket/client_socket_pool_base.h
===================================================================
--- net/socket/client_socket_pool_base.h (revision 86260)
+++ net/socket/client_socket_pool_base.h (working copy)
@@ -289,6 +289,7 @@
static bool connect_backup_jobs_enabled();
static bool set_connect_backup_jobs_enabled(bool enabled);
+ static double set_bytes_read_vs_last_accessed_alpha(double alpha);
wtc 2011/06/06 17:24:05 Please document this method. (I don't know what "
Gagan 2011/06/08 16:26:37 renamed to tcp_socket_estimated_cwnd_decay_coef an
void EnableConnectBackupJobs();

Powered by Google App Engine
This is Rietveld 408576698