Index: net/socket/client_socket_pool_base.cc |
=================================================================== |
--- net/socket/client_socket_pool_base.cc (revision 80449) |
+++ net/socket/client_socket_pool_base.cc (working copy) |
@@ -28,8 +28,8 @@ |
// some conditions. See http://crbug.com/4606. |
const int kCleanupInterval = 10; // DO NOT INCREASE THIS TIMEOUT. |
-// Indicate whether or not we should establish a new TCP connection after a |
-// certain timeout has passed without receiving an ACK. |
+// Indicate whether or not we should establish a new transport layer connection |
+// after a certain timeout has passed without receiving an ACK/SACK. |
bool g_connect_backup_jobs_enabled = true; |
Mike Belshe
2011/04/06 18:32:53
this comment change is part of the TCP -> Transpor
|
} // namespace |