the node_id and IP address of this node
| 164 | |
| 165 | // the node_id and IP address of this node |
| 166 | std::pair<dht::node_id, lt::udp::endpoint> node_info() const |
| 167 | { |
| 168 | return std::make_pair(dht().nid(), lt::udp::endpoint(m_io_context.get_ips().front(), 6881)); |
| 169 | } |
| 170 | |
| 171 | void bootstrap(std::vector<std::pair<dht::node_id, lt::udp::endpoint>> const& nodes) |
| 172 | { |
no test coverage detected