diff options
author | rtenneti <rtenneti@chromium.org> | 2015-02-24 17:38:52 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-25 01:40:03 +0000 |
commit | dc8e5a2a9adb091fbc58cc6a492b2aa185fb2050 (patch) | |
tree | 125a5d773233d35a9160a4c84498f610ef988fe5 /net/quic/quic_packet_generator.h | |
parent | 598f1db79786ceb618f51d887ccdc08810dc0488 (diff) | |
download | chromium_src-dc8e5a2a9adb091fbc58cc6a492b2aa185fb2050.zip chromium_src-dc8e5a2a9adb091fbc58cc6a492b2aa185fb2050.tar.gz chromium_src-dc8e5a2a9adb091fbc58cc6a492b2aa185fb2050.tar.bz2 |
Land Recent QUIC Changes.
Remove FLAGS_quic_rto_uses_last_sent and FLAGS_quic_use_new_rto now that
they've been deprecated.
Merge internal change: 86593270
https://codereview.chromium.org/953953002/
Remove dead method from QuicPacketGenerator, SetShouldSendStopWaiting.
Merge internal change: 86588868
https://codereview.chromium.org/953943002/
Move three QuicPacketCreator methods into QuicPacketCreatorPeer, because
they were only used in tests.
Merge internal change: 86527992
https://codereview.chromium.org/926193004/
Remove QuicPacketCreator::SerializeConnectionClose, because it was
test-only. Test-only change.
Merge internal change: 86525885
https://codereview.chromium.org/956623002/
Remove set_encryption_level from RetransmittableFrames and instead
supply it in the constructor. No functional change.
Merge internal change: 86495344
https://codereview.chromium.org/953023002/
R=rch@chromium.org
Review URL: https://codereview.chromium.org/952073002
Cr-Commit-Position: refs/heads/master@{#317945}
Diffstat (limited to 'net/quic/quic_packet_generator.h')
-rw-r--r-- | net/quic/quic_packet_generator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/quic/quic_packet_generator.h b/net/quic/quic_packet_generator.h index b165844..1fc363e 100644 --- a/net/quic/quic_packet_generator.h +++ b/net/quic/quic_packet_generator.h @@ -114,9 +114,6 @@ class NET_EXPORT_PRIVATE QuicPacketGenerator { // CreateAckFrame() when the packet is serialized. void SetShouldSendAck(bool also_send_stop_waiting); - // Indicates that a STOP_WAITING frame should be sent. - void SetShouldSendStopWaiting(); - void AddControlFrame(const QuicFrame& frame); // Given some data, may consume part or all of it and pass it to the |