MCPcopy Create free account
hub / github.com/arvidn/libtorrent / dht_direct_request

Method dht_direct_request

src/session_impl.cpp:6265–6269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6263 }
6264
6265 void session_impl::dht_direct_request(udp::endpoint const& ep, entry& e, client_data_t userdata)
6266 {
6267 if (!m_dht) return;
6268 m_dht->direct_request(ep, e, std::bind(&on_direct_response, std::ref(m_alerts), userdata, _1));
6269 }
6270
6271#endif
6272

Callers 1

TORRENT_TESTFunction · 0.45

Calls 2

bindFunction · 0.85
direct_requestMethod · 0.45

Tested by 1

TORRENT_TESTFunction · 0.36