Home
last modified time | relevance | path

Searched refs:set_pex_enabled (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Ddownload.h100 void set_pex_enabled(bool enabled);
H A Ddownload_info.h118 …void set_pex_enabled() { if (!is_private()) set_flags(fl… in set_pex_enabled() function
H A Ddownload.cc245 Download::set_pex_enabled(bool enabled) { in set_pex_enabled() function in torrent::Download
247 m_ptr->info()->set_pex_enabled(); in set_pex_enabled()
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/
H A Dcommand_download.cc699 …CMD2_DL_VALUE_V ("d.peer_exchange.set", std::bind(&torrent::Download::set_pex_enabled, CMD2_BIND_D… in initialize_command_download()