forked from premiere/premiere-libtorrent
fix todo comment
This commit is contained in:
parent
ca27c0d5ca
commit
14f02a4475
|
@ -36,8 +36,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
namespace libtorrent
|
||||
{
|
||||
// #error the first places to use this resolver is the http_connection/http_tracker_connection and udp_tracker_connection. make sure to prefer cache on shutdown
|
||||
|
||||
// TODO: 3 the first places to use this resolver is the
|
||||
// http_connection/http_tracker_connection and udp_tracker_connection.
|
||||
// make sure to prefer cache on shutdown
|
||||
resolver::resolver(io_service& ios)
|
||||
: m_ios(ios)
|
||||
, m_resolver(ios)
|
||||
|
|
Loading…
Reference in New Issue