|
Make QuicPacketWriter keep track of socket writability; expose the
underlying writer's state instead of keeping a separate variable in
Dispatcher.
Eventually we'll thread this to session/connection as suggested in
a TODO.
Merge internal change: 59055651
R=rch@chromium.org
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+156 lines, -78 lines) |
Patch |
 |
M |
net/quic/quic_connection_test.cc
|
View
|
|
22 chunks |
+28 lines, -24 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_default_packet_writer.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/quic_default_packet_writer.cc
|
View
|
|
4 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/quic/quic_packet_writer.h
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/test_tools/quic_test_utils.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/test_tools/quic_test_writer.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/quic/test_tools/quic_test_writer.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/end_to_end_test.cc
|
View
|
|
4 chunks |
+9 lines, -2 lines |
2 comments
|
Download
|
 |
M |
net/tools/quic/quic_default_packet_writer.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_default_packet_writer.cc
|
View
|
|
2 chunks |
+18 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_dispatcher.h
|
View
|
|
3 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_dispatcher.cc
|
View
|
|
6 chunks |
+14 lines, -9 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/quic_dispatcher_test.cc
|
View
|
|
4 chunks |
+30 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/tools/quic/test_tools/quic_dispatcher_peer.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/test_tools/quic_dispatcher_peer.cc
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/test_tools/quic_test_utils.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/test_tools/server_thread.h
|
View
|
|
2 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/tools/quic/test_tools/server_thread.cc
|
View
|
|
3 chunks |
+5 lines, -16 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|