QUIC - clean up changes to keep internal source and chromium code in sync.
commitbb2780cad4e11b3fdde2690428e90be003f5be73
authorrtenneti <rtenneti@chromium.org>
Wed, 22 Jul 2015 19:16:08 +0000 (22 12:16 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 22 Jul 2015 19:17:32 +0000 (22 19:17 +0000)
tree3002d8e05003ed69c0dc8fdf0adb80988963a32b
parent1c47b05d2ac1f7caa4e67992a6b97b3486acf2aa
QUIC - clean up changes to keep internal source and chromium code in sync.

+ Comment update of quic_protocol.h.

Merge internal change: 98669107

QUIC - minor cleanup of code in QuicConnection::OnAckFrame to handle
incoming_ack.missing_packets.empty().

Fixed comments from internal CL: 98542855 (ian's review comments)

relnote: n/a (don't increment stop_waiting_count_ if
incoming_ack.missing_packets.empty and least_unacked > 0).

Merge internal change: 98543739

Minor clean up of client.set_initial_max_packet_length in
quic_client_bin and quic_simple_client_bin.

R=rch@chromium.org

Review URL: https://codereview.chromium.org/1245013003

Cr-Commit-Position: refs/heads/master@{#339928}
net/quic/quic_connection.cc
net/quic/quic_protocol.h
net/tools/quic/end_to_end_test.cc
net/tools/quic/quic_client_bin.cc
net/tools/quic/quic_simple_client_bin.cc