/external/chromium_org/net/quic/ |
quic_unacked_packet_map_test.cc | 132 // Simulate a retransmittable packet being sent and acked. 158 // Simulate a retransmittable packet being sent, retransmitted, and the first 168 QuicPacketSequenceNumber retransmittable[] = { 2 }; local 169 VerifyRetransmittablePackets(retransmittable, arraysize(retransmittable)); 194 // Simulate a retransmittable packet being sent and retransmitted twice. 203 QuicPacketSequenceNumber retransmittable[] = { 1, 2 }; local 204 VerifyRetransmittablePackets(retransmittable, arraysize(retransmittable)); 268 // Simulate a retransmittable packet being sent and retransmitted twice 277 QuicPacketSequenceNumber retransmittable[] = { 1, 2 }; local 336 QuicPacketSequenceNumber retransmittable[] = { 2 }; local [all...] |
quic_unacked_packet_map.h | 15 // 1) Track retransmittable data, including multiple transmissions of frames. 28 // retransmittable data associated with it. |new_sequence_number| will 29 // be both unacked and associated with retransmittable data. 44 // Returns true if the unacked packet |sequence_number| has retransmittable 48 // had any retransmittable packets in the first place. 54 // Returns true if there are any unacked packets which have retransmittable 123 // Removes any retransmittable frames from this transmission or an associated 153 // Newly serialized retransmittable and fec packets are added to this map, 156 // packet. The old packet's retransmittable frames entry will be NULL, while 159 // be removed from the map and the new entry's retransmittable frames will b [all...] |
quic_sent_packet_manager.h | 37 // retransmittable data associated with each packet. If a packet is 119 // retransmittable data, it will be added to the unacked packet map. 142 // Removes the retransmittable frames from all unencrypted packets to ensure 146 // Returns true if the unacked packet |sequence_number| has retransmittable 187 HasRetransmittableData retransmittable); 194 // there are no retransmittable packets. 333 // Newly serialized retransmittable and fec packets are added to this map, 336 // packet. The old packet's retransmittable frames entry will be NULL, while 339 // be removed from the map and the new entry's retransmittable frames will be 387 // retransmittable frames [all...] |
quic_ack_notifier_manager.h | 52 // contains retransmittable frames (which may have associated AckNotifiers). 53 // If any of the retransmittable frames included in |serialized_packet| have
|
quic_sent_packet_manager_test.cc | 190 bool retransmittable) { 197 retransmittable ? new RetransmittableFrames() : NULL); 292 QuicPacketSequenceNumber retransmittable[] = { 1 }; local 293 VerifyRetransmittablePackets(retransmittable, arraysize(retransmittable)); 303 QuicPacketSequenceNumber retransmittable[] = { 2 }; local 304 VerifyRetransmittablePackets(retransmittable, arraysize(retransmittable)); 318 // Packet 1 is unacked, pending, but not retransmittable. 365 // since there is no retransmittable data outstanding 533 QuicPacketSequenceNumber retransmittable[] = { 4 }; local 564 QuicPacketSequenceNumber retransmittable[] = { 1 }; local 601 QuicPacketSequenceNumber retransmittable[] = { 5 }; local 642 QuicPacketSequenceNumber retransmittable[] = { 5, 6, 7, 8, 9 }; local [all...] |
quic_packet_generator.cc | 122 // other retransmittable frames in a single packet. 183 // Don't allow the handshake to be bundled with other retransmittable frames. 201 HasRetransmittableData retransmittable = local 204 if (retransmittable == HAS_RETRANSMITTABLE_DATA) { 205 DCHECK(!queued_control_frames_.empty()); // These are retransmittable. 207 return delegate_->ShouldGeneratePacket(NOT_RETRANSMISSION, retransmittable,
|
quic_packet_generator.h | 74 HasRetransmittableData retransmittable, 207 // retransmittable) would still allow the resulting packet to be sent now. 234 // If we put a non-retransmittable frame (namley ack or feedback frame) in 236 // serialize it). Retransmittable frames are referenced elsewhere so that they
|
quic_sent_packet_manager.cc | 303 // Discard any retransmittable frames associated with revived packets. 567 // If no tail loss probe can be sent, because there are no retransmittable 622 << "No retransmittable packets, so RetransmitOldestPacket failed."; 630 // Request retransmission of all retransmittable packets when the RTO 633 // Abandon any non-retransmittable packets that are sufficiently old. 739 HasRetransmittableData retransmittable) { 746 now, unacked_packets_.bytes_in_flight(), retransmittable); 782 // set the timer based on the earliest retransmittable packet. [all...] |
quic_unacked_packet_map.cc | 85 << "retransmittable frames: " 131 // If this packet is in flight, or has retransmittable data, then there is 189 // TODO(ianswett): Consider adding a check to ensure there are retransmittable
|
quic_ack_notifier_manager.cc | 82 // AckNotifiers can only be attached to retransmittable frames.
|
quic_packet_creator.h | 118 // Returns true if there are retransmittable frames pending to be serialized. 249 // Allows a frame to be added without creating retransmittable frames.
|
quic_connection.h | 374 HasRetransmittableData retransmittable, 456 // Retransmits all unacked packets with retransmittable frames if 503 bool CanWrite(HasRetransmittableData retransmittable); 579 // retransmittable frames to NULL. 585 // retransmittable frames upon success. [all...] |
quic_packet_creator_test.cc | [all...] |
quic_connection.cc | [all...] |
quic_packet_generator_test.cc | 40 HasRetransmittableData retransmittable, [all...] |
quic_protocol.h | 618 // A ping frame contains no payload, though it is retransmittable, [all...] |
quic_connection_test.cc | 452 HasRetransmittableData retransmittable) { 454 retransmittable == HAS_RETRANSMITTABLE_DATA ? [all...] |
/external/chromium_org/net/quic/congestion_control/ |
tcp_loss_algorithm.cc | 56 // there are retransmittable packets in flight. 65 // Set the timeout for the earliest retransmittable packet where early
|
send_algorithm_interface.h | 57 // retransmittable. Returns true if the packet should be tracked by the
|
tcp_cubic_sender_test.cc | 552 // Send a packet with no retransmittable data, and ensure it's not tracked. 557 // Send a data packet with retransmittable data, and ensure it is tracked.
|