|
Adds an alarm for sending a QUIC FEC packet.
This CL adds an alarm for sending an FEC packet. The alarm is based on
the connection's SRTT, and is set when the first FEC protected packet in
an FEC group is sent. This alarm puts some time between the sending of
an FEC protected packet and the corresponding FEC packet, to reduce the
probability of both these packets getting dropped in the network.
Merge internal change: 83543120
R=jri@chromium.org, rch@chromium.org
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+644 lines, -197 lines) |
Patch |
|
M |
net/quic/quic_connection.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_connection.cc
|
View
|
|
7 chunks |
+36 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_connection_test.cc
|
View
|
|
31 chunks |
+309 lines, -124 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_packet_creator.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_packet_generator.h
|
View
|
|
4 chunks |
+16 lines, -3 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_packet_generator.cc
|
View
|
|
6 chunks |
+46 lines, -22 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_packet_generator_test.cc
|
View
|
|
19 chunks |
+211 lines, -48 lines |
0 comments
|
Download
|
|
M |
net/quic/test_tools/quic_connection_peer.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
net/quic/test_tools/quic_connection_peer.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/quic/test_tools/quic_packet_generator_peer.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
net/quic/test_tools/quic_packet_generator_peer.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|