Home
last modified time | relevance | path

Searched refs:m_choked (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dpeer_connection.hpp168 , m_choked(true) in peer_connection_hot_members()
233 bool m_choked:1; member
420 bool is_choked() const override { return m_choked; } in is_choked()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dpeer_connection.hpp168 , m_choked(true) in peer_connection_hot_members()
233 bool m_choked:1; member
420 bool is_choked() const override { return m_choked; } in is_choked()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_peer_list.cpp61 : m_choked(false) in mock_peer_connection()
100 bool m_choked; member
124 bool is_choked() const override { return m_choked; } in is_choked()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_peer_list.cpp61 : m_choked(false) in mock_peer_connection()
100 bool m_choked; member
124 bool is_choked() const override { return m_choked; } in is_choked()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dpeer_connection.cpp868 if (!m_choked) in ~peer_connection()
2516 if (!m_peer_interested && m_num_invalid_requests % 10 == 0 && m_choked) in incoming_request()
2544 if (m_choked && fast_idx != -1 && m_accept_fast_piece_cnt[fast_idx] >= 3 * blocks_per_piece in incoming_request()
2551 if (m_choked && fast_idx == -1) in incoming_request()
3760 if (m_choked) in send_choke()
3783 m_choked = true; in send_choke()
3819 if (!m_choked) return false; in send_unchoke()
3836 m_choked = false; in send_unchoke()
4458 if (!m_choked) in disconnect()
4460 m_choked = true; in disconnect()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dpeer_connection.cpp868 if (!m_choked) in ~peer_connection()
2515 if (!m_peer_interested && m_num_invalid_requests % 10 == 0 && m_choked) in incoming_request()
2543 if (m_choked && fast_idx != -1 && m_accept_fast_piece_cnt[fast_idx] >= 3 * blocks_per_piece in incoming_request()
2550 if (m_choked && fast_idx == -1) in incoming_request()
3759 if (m_choked) in send_choke()
3782 m_choked = true; in send_choke()
3818 if (!m_choked) return false; in send_unchoke()
3835 m_choked = false; in send_unchoke()
4457 if (!m_choked) in disconnect()
4459 m_choked = true; in disconnect()
[all …]