|
Limits only 16 new QUIC connections can be opened per epoll event.
Change QuicBufferedPacketStore to buffer early arrived packets as well
as CHLO and use this to buffer CHLOs whose connection's creation is
postponed.
Protected by --quic_limit_num_new_sessions_per_epoll_loop.
Merge internal change: 131102299
R=rch@chromium.org
BUG=
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+753 lines, -66 lines) |
Patch |
 |
M |
net/quic/core/quic_buffered_packet_store.h
|
View
|
|
4 chunks |
+32 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/quic/core/quic_buffered_packet_store.cc
|
View
|
|
8 chunks |
+76 lines, -13 lines |
0 comments
|
Download
|
 |
M |
net/quic/core/quic_buffered_packet_store_test.cc
|
View
|
1
2
3
|
9 chunks |
+191 lines, -26 lines |
0 comments
|
Download
|
 |
M |
net/quic/core/quic_flags_list.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/test_tools/quic_test_utils.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/tools/quic/end_to_end_test.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_dispatcher.h
|
View
|
|
3 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_dispatcher.cc
|
View
|
|
6 chunks |
+58 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_dispatcher_test.cc
|
View
|
1
2
3
|
7 chunks |
+231 lines, -19 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_server.cc
|
View
|
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_server_test.cc
|
View
|
1
2
3
|
2 chunks |
+115 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/test_tools/quic_dispatcher_peer.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/test_tools/quic_dispatcher_peer.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 18 (16 generated)
|