|
Increase number of max sockets per group for WebSocket connections.
This change makes ClientSocketPoolManager aware of SocketPoolType so it can
pick a different limit for normal socket pools and WebSocket socket pools.
As an initial (experimental) setting, number of max sockets per group for
WebSocket connections is raised to 30, and other limits are set to the same
value as normal socket pools. This configuration should be revisited later
when WebSocket protocol stack starts to work and a good amount of usage metrics
are collected.
BUG= 118268
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=128044
Total comments: 3
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+202 lines, -92 lines) |
Patch |
|
M |
chrome/browser/browser_process_impl.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_browser_main.cc
|
View
|
1
2
3
|
2 chunks |
+14 lines, -8 lines |
0 comments
|
Download
|
|
M |
net/http/http_network_session.h
|
View
|
1
2
3
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
net/http/http_network_session.cc
|
View
|
1
2
3
|
4 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
|
M |
net/http/http_network_session_peer.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
net/http/http_network_transaction_spdy21_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+17 lines, -9 lines |
0 comments
|
Download
|
|
M |
net/http/http_network_transaction_spdy2_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+17 lines, -9 lines |
0 comments
|
Download
|
|
M |
net/http/http_network_transaction_spdy3_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+17 lines, -9 lines |
0 comments
|
Download
|
|
M |
net/http/http_pipelined_network_transaction_unittest.cc
|
View
|
|
5 chunks |
+13 lines, -6 lines |
0 comments
|
Download
|
|
M |
net/http/http_stream_factory_impl_job.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
net/socket/client_socket_pool_manager.h
|
View
|
|
2 chunks |
+17 lines, -8 lines |
0 comments
|
Download
|
|
M |
net/socket/client_socket_pool_manager.cc
|
View
|
1
2
|
4 chunks |
+65 lines, -19 lines |
0 comments
|
Download
|
|
M |
net/socket/client_socket_pool_manager_impl.h
|
View
|
1
2
3
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
net/socket/client_socket_pool_manager_impl.cc
|
View
|
1
2
3
|
10 chunks |
+20 lines, -16 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|