|
Largest received -> largest observed.
This fixes a bug in our QUIC ack/nack logic where if we got a truncated ack with large contiguous blocks, we'd likely never resend-due-to-nacks because we used largest_received as an upper bound and it could be lower than all the missing packets.
Merge internal change: 40678081
TBR=jar@chromium.org
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+86 lines, -123 lines) |
Patch |
|
M |
net/quic/congestion_control/quic_send_scheduler.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
net/quic/congestion_control/quic_send_scheduler_test.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_connection.cc
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_connection_test.cc
|
View
|
|
2 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_framer.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_framer.cc
|
View
|
|
6 chunks |
+12 lines, -26 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_framer_test.cc
|
View
|
1
|
13 chunks |
+23 lines, -53 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_protocol.h
|
View
|
|
3 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
|
M |
net/quic/quic_protocol.cc
|
View
|
|
4 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|