Home
last modified time | relevance | path

Searched refs:dip_list_ (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dsendrecv.cpp563 ttqueue::iterator it = dip_list_.begin(); in AddHint()
569 while (it != dip_list_.end() && (it->second > timeout || count < 4)) { in AddHint()
575 while (dip_list_.size() > 4 && dip_list_.back().second < timeout) { in AddHint()
576 dip_list_.pop_back(); in AddHint()
578 if (dip_list_.size() < 4) in AddHint()
1404 dip_list_.push_front(dip_hist); in UpdateDIP()
H A Dswift.h1225 ttqueue dip_list_; // Ric: a list of dip values for smoothed avg variable