DescriptionLanding Recent QUIC changes until 5:55 PM, Aug 25, 2016 UTC-4
Change flags up to the state at Fri Sep 2 21:57:45 EDT 2016
https://codereview.chromium.org/2309613002/
Round results of multiplying QuicBandwidth and QuicTime::Delta rather than truncating. No behavior change expected.
This will result in slightly more accurate time calculations, but should
not make any real impact, since we should not be relying on
microsecond-level-precision to that extent.
Chromium bug:
https://bugs.chromium.org/p/chromium/issues/detail?id=640984
Merge internal change: 131334594
https://codereview.chromium.org/2309603002/
Fix QUIC end to end tests to actually run the individual params one at a time as the comment says.
Merge internal change: 131328806
https://codereview.chromium.org/2307253002/
Improve test case naming in stateless_rejector_test
Old: [ RUN ] Flags/StatelessRejectorTest.InvalidChlo/0
New: [ RUN ] Flags/StatelessRejectorTest.InvalidChlo/v36_ENABLED
Merge internal change: 131205533
https://codereview.chromium.org/2311543002/
Limits only 16 new QUIC connections can be opened per epoll event.
Change QuicBufferedPacketStore to buffer early arrived packets as well
as CHLO and use this to buffer CHLOs whose connection's creation is
postponed.
Protected by --quic_limit_num_new_sessions_per_epoll_loop.
Merge internal change: 131102299
https://codereview.chromium.org/2310543002/
Include the two QUIC version sets in connection close details.
Merge internal change: 131098194
https://codereview.chromium.org/2292083006/
Allow QUIC servers send a TTL for the server config, as opposed to explicit expiration, to mitigate client clock skew. Protected by enabled --quic_send_scfg_ttl.
Merge internal change: 131052582
https://codereview.chromium.org/2305513003/
Add new connection option (BWS2) for an alternative bandwidth resumption experiment.
Merge internal change: 131048253
https://codereview.chromium.org/2293173004/
Clean up QuicCryptoServerStream::GenerateConnectionIdForReject code
Merge internal change: 130997336
https://codereview.chromium.org/2289363003/
Remove deprecated flag --quic_neuter_unencrypted_when_sending
Merge internal change: 130989175
https://codereview.chromium.org/2297883002/
Store the QUIC server's crypto config expiration time explicitly in the client's CachedState, instead of parsing it out of the server config each time.
In preparation for the REJ containing a TTL instead of an explicit
expiration, to mitigate clock skew.
Merge internal change: 130965621
https://codereview.chromium.org/2289243003/
R=rch@chromium.org
BUG=
Committed: https://crrev.com/9d4d65314f9dbf22c3d74cf995c261d588d0246c
Cr-Commit-Position: refs/heads/master@{#416447}
Patch Set 1 #Patch Set 2 : Fixes for various tests #Patch Set 3 : Fixes for various tests #Messages
Total messages: 16 (8 generated)
|