| 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 |