#include <boost/shared_ptr.hpp>#include "libtorrent/peer_connection.hpp"#include "libtorrent/bt_peer_connection.hpp"#include "libtorrent/bencode.hpp"#include "libtorrent/torrent.hpp"#include "libtorrent/extensions.hpp"#include "libtorrent/extensions/ut_pex.hpp"Go to the source code of this file.
Namespaces | |
| namespace | libtorrent |
Enumerations | |
| enum | |
Functions | |
| boost::shared_ptr< torrent_plugin > | libtorrent::create_ut_pex_plugin (torrent *) |
Variables | |
| const char | libtorrent::extension_name [] = "ut_pex" |
| int m_1_minute |
Definition at line 120 of file ut_pex.cpp.
| int m_message_index |
Definition at line 223 of file ut_pex.cpp.
| std::list<tcp::endpoint> m_old_peers |
Definition at line 119 of file ut_pex.cpp.
| peer_connection& m_pc |
Definition at line 220 of file ut_pex.cpp.
| torrent& m_torrent |
Definition at line 117 of file ut_pex.cpp.
| ut_pex_plugin& m_tp |
Definition at line 221 of file ut_pex.cpp.
| std::vector<char> m_ut_pex_msg |
Definition at line 121 of file ut_pex.cpp.
1.5.6