DescriptionLanding Recent QUIC changes until 7/26/2016 13:53 UTC
Add plumbing for passing stats from calls to ProofSource::GetProof through QUIC. These stats are not yet populated.
Merge internal change: 128466946
https://codereview.chromium.org/2188663003/
Switch to PacketNumberQueue interval iteration and avoid allocations in new ACK frame generation. Guarded by FLAGS_quic_use_packet_number_queue_intervals.
Merge internal change: 128459519
https://codereview.chromium.org/2192633002/
Add a new flag to require QUIC handshake confirmation, but only for versions before 33 FLAGS_quic_require_handshake_confirmation_pre33.
Merge internal change: 128431128
https://codereview.chromium.org/2187463004/
Ignore RTT measurements greater than 30 seconds in QUIC and limit the LOG(WARNING) to 10. Protected by existing FLAGS_quic_socket_walltimestamps
Merge internal change: 128425078
https://codereview.chromium.org/2185163002/
Change memmove's back into memcpy's. No functional change. Not flag protected.
memmove is presently ~2.5x faster than memcpy, however isn't inlined with
-minline-all-stringops. It turns out that when these effects combine, the net
result is a no-op for performance.
So let's switch back to memcpy, because memcpy is likely to be improved in the
future, and seeing memmove's where they aren't needed is somewhat surprising.
Merge internal change: 128366346
https://codereview.chromium.org/2192623002/
Committed: https://crrev.com/f90f8dc2cb4c31a11da888eaf267aba1d6e409cd
Cr-Commit-Position: refs/heads/master@{#408274}
Patch Set 1 #Patch Set 2 : Fix #Patch Set 3 : format #
Messages
Total messages: 20 (14 generated)
|