Home
last modified time | relevance | path

Searched refs:m_last_piece (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dpeer_connection.hpp854 time_point m_last_piece = aux::time_now(); member in libtorrent::peer_connection
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dpeer_connection.hpp854 time_point m_last_piece = aux::time_now(); member in libtorrent::peer_connection
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dpeer_connection.cpp1094 if (aux::time_now() - m_last_piece > seconds(30) && m_download_rate_peak > 0) in download_queue_time()
2615 m_last_piece = aux::time_now(); in incoming_piece_fragment()
4107 m_last_piece = aux::time_now(); in send_block_requests()
5060 && now - m_last_piece > seconds(piece_timeout)) in second_tick()
5071 , int(m_download_queue.size()), int(total_seconds(now - m_last_piece)) in second_tick()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dpeer_connection.cpp1094 if (aux::time_now() - m_last_piece > seconds(30) && m_download_rate_peak > 0) in download_queue_time()
2614 m_last_piece = aux::time_now(); in incoming_piece_fragment()
4106 m_last_piece = aux::time_now(); in send_block_requests()
5059 && now - m_last_piece > seconds(piece_timeout)) in second_tick()
5070 , int(m_download_queue.size()), int(total_seconds(now - m_last_piece)) in second_tick()