| Index: net/socket/client_socket_pool_base.h
|
| ===================================================================
|
| --- net/socket/client_socket_pool_base.h (revision 88319)
|
| +++ net/socket/client_socket_pool_base.h (working copy)
|
| @@ -290,6 +290,9 @@
|
| static bool connect_backup_jobs_enabled();
|
| static bool set_connect_backup_jobs_enabled(bool enabled);
|
|
|
| + // Sets the coefficient for decaying the estimate cwnd of a tcp socket.
|
| + static double set_tcp_socket_estimated_cwnd_decay_coef(double coef);
|
| +
|
| void EnableConnectBackupJobs();
|
|
|
| // ConnectJob::Delegate methods:
|
|
|