58 long long prev_cycle_start = lastCycleStart_;
59 if (nextRefreshIndex_ >= refreshSources_.size())
61 nextRefreshIndex_ = 0;
62 lastCycleStart_ = current_time;
64 if (nextRefreshIndex_ == 0 &&
66 refreshSources_.empty()))
71 message()->data()->set_dcc_idle();
76 refreshSources_[nextRefreshIndex_]
77 ->get_next_packet(0, message()->data());
81 trackSend_->send(transfer_message());