Searched refs:pending_frames_ (Results 1 – 1 of 1) sorted by relevance
85 …::tuple<SegmentationAndReassembly, uint16_t, std::unique_ptr<packet::RawBuilder>>> pending_frames_; member617 pending_frames_.emplace(std::make_tuple(sar, sdu_size, std::move(data))); in pend_data()728 } else if (!remote_busy() && !pending_frames_.empty() && rem_window_not_full()) { in send_ack()791 while (rem_window_not_full() && !pending_frames_.empty()) { in send_pending_i_frames()792 auto& frame = pending_frames_.front(); in send_pending_i_frames()794 pending_frames_.pop(); in send_pending_i_frames()