DescriptionLand Recent QUIC Changes.
By mistake, changes from https://codereview.chromium.org/428253003/ (it was LGTM'ed) got merged into this CL (will be careful not to repeat it while merging changes)
QUIC - enable persisting QuicServerInfo to disk cache by default.
Deleted unused enable_quic_persist_server_info from params.
This change should improve success rate of zero RTT for QUIC.
Reviewed CL: https://codereview.chromium.org/428253003/
Add case for PING frame in QuicFrame <<.
Merge internal change: 71908470
https://codereview.chromium.org/421963006/
Add methods to the QuicConnectionDebug visitor for tracking various
events which cause a QuicConnection to discard a packet.
Merge internal change: 71871881
https://codereview.chromium.org/421913015/
Change ReliableQuicStream::OnStreamFrame to return void since the method
already closes the connection when there are errors and callers are not
checking the return value
Make QuicStreamSequencer::OnStreamFrame return void instead of bool
since it is already closing the connect or resetting the stream when
there is an error.
Make two QUIC methods return void instead of bool.
Merge internal change: 71870242
https://codereview.chromium.org/420393004/
Create a visitor which can allow using both a trace... visitor and the
existing stats visitor.
Changed QuicConnection's QuicConnectionDebugVisitor to a scoped_ptr.
Merge internal change: 71863508
https://codereview.chromium.org/429453003/
Use 1350 byte QUIC packets by default.
Merge internal change: 71837432
https://codereview.chromium.org/427673005/
Improve debug logging of QUIC crypto handshake.
Merge internal change: 71833151
https://codereview.chromium.org/428803002/
Fix a bug in QuicUnackedPacketMap where an in flight packet could be
removed before being removed from bytes_in_flight.
Merge internal change: 71783653
https://codereview.chromium.org/422123005/
Inline the members of QUIC's ReceivedPacketInfo into QuicAckFrame now
that version 15 is gone.
Merge internal change: 71763611
https://codereview.chromium.org/424003002/
Remove FixRate congestion frame type.
Merge internal change: 71746617
https://codereview.chromium.org/424903002/
Remove QUIC_VERSION_15 now that Chrome Stable supports QUIC_VERSION_16.
Merge internal change: 71718286
https://codereview.chromium.org/413403008/
R=rch@chromium.org
TBR=thestig@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287168
Patch Set 1 #Patch Set 2 : rebase TOT #Patch Set 3 : Merge with TOT #Patch Set 4 : change QUIC packet size to 1350 #
Total comments: 14
Messages
Total messages: 13 (0 generated)
|