Searched refs:active_burst_packets_ (Results 1 – 2 of 2) sorted by relevance
26 active_burst_packets_(0), in PacketManipulatorImpl()56 if (active_burst_packets_ > 0) { in ManipulatePackets()57 active_burst_packets_--; in ManipulatePackets()65 active_burst_packets_ = config_.packet_loss_burst_length - 1; in ManipulatePackets()
106 int active_burst_packets_; variable