Searched refs:queued_control_data_ (Results 1 – 2 of 2) sorted by relevance
466 if (queued_send_data_.Empty() && queued_control_data_.Empty()) { in UpdateState()606 control_packets.Swap(&queued_control_data_); in SendQueuedControlMessages()616 queued_control_data_.Push(new DataBuffer(buffer, true)); in QueueControlMessage()
274 PacketQueue queued_control_data_; variable