stickz / rtorrent

Stable high performance BitTorrent client
57 stars 3 forks source link

libtorrent: Add m_tracker_udp_list #39

Closed stickz closed 4 months ago

stickz commented 4 months ago

We can't send UDP tracker object references through std::bind() because it copies them, resulting in memory address errors. So we need to store them higher up in the connection manager, where they are always valid.