DescriptionLand Recent QUIC Changes
Add varz to track QUIC packets and bytes sent by transmission type.
Not flag protected.
Merge internal change: 63037893
+ Updated QuicConnectionLogger to log TransmissionType.
+ Used connection_id instead of GUID in the comments.
+ Moved QUIC_SESSION_PACKET_SENT and QUIC_SESSION_PACKET_RETRANSMITTED
to match the log messages description.
https://codereview.chromium.org/196053008/
Killing off QUIC v14, which was never actually used.
Merge internal change: 63025464
https://codereview.chromium.org/198523002/
Adds a varz variable to track the fraction of times we end up in cubic
mode during congestion control.
Merge internal change: 62977386
https://codereview.chromium.org/198303004/
Export QUIC response retransmit packet and byte counts via faster stats.
Computation is done on a stream basis and ignores retransmitted control
packets.
Merge internal change: 62911712
https://codereview.chromium.org/197473012/
Avoiding a double disconnect scenario, and DFATALs on server.
Merge internal change: 62767600
https://codereview.chromium.org/198263003/
Making GOAWAY advisory for SPDY-over-QUIC.
Sending GOAWAYs on new connections when the server enters lame duck.
Making sure we only send a GOAWAY once on a given connection.
Merge internal change: 62700562
https://codereview.chromium.org/196343008/
R=rch@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=256932
Patch Set 1 #
Messages
Total messages: 16 (0 generated)
|