diff options
author | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 21:13:09 +0000 |
---|---|---|
committer | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 21:13:09 +0000 |
commit | 059cad597aa1bbce0e153b326eae9968aff59b85 (patch) | |
tree | 115e0e94c47bc648d8a67e6d94eb20d9bfb5a58a /native_client_sdk | |
parent | d0ec6c4ffc55bc9e87acac823143fedf4b4f7b5d (diff) | |
download | chromium_src-059cad597aa1bbce0e153b326eae9968aff59b85.zip chromium_src-059cad597aa1bbce0e153b326eae9968aff59b85.tar.gz chromium_src-059cad597aa1bbce0e153b326eae9968aff59b85.tar.bz2 |
Land Recent QUIC changes.
Merge internal change: 47341065
Fix to ensure the version matches before declaring that the public header
flags exceed the max value. b/9190456
Merge internal change: 47324563
Fixing another backup bug (exposed by the last fix) that if we failed to
write a standalone fin the stream would not be marked as write blocked.
Merge internal change: 47272116
Don't add QuicStreams to ActiveSessionList; Instead call DumpSession on
alive streams via QuicSession.
Merge internal change: 47226512
Making the packet sequence number variable length to minimize bytes on the wire.
Merge internal change: 47220850
Fixing a bug in quic stream where we'd send rst stream packets for
successful streams. The fin bit should be sufficient for both good
request/response pairs and early response pairs.
Merge internal change: 47086343
Don't let FEC packets consume congestion window forever. If a FEC packet
is not acked after a certain time, it is cleared from the congestion
window. This timeout is higher than normal RTO.
Merge internal change: 47056082
Add QuicSession to ActiveSessionList.
Merge internal change: 47048300
Fixing a backup/resumption bug in QUIC.
It's possible to have a full congestion window worth of packets on the wire.
If we are in this state and a session tries to SendStreamData, the
QuicPacketGenerator short-circuits without queuing packets because it checks
to see if the connection CanWrite.
When we get an ack, we check to see if we have locally queued packets, but
never call OnCanWrite on the session to clear any streams which write blocked
without queueing packets.
Merge internal change: 47000173
QUIC: wire up the server-nonce parameters to the server config.
Merge internal change: 46985067
R=rch@chromium.org
Review URL: https://codereview.chromium.org/16256017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204046 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
0 files changed, 0 insertions, 0 deletions