#include <peer.hpp>
Public Member Functions | |
| bool | operator== (const peer_entry &p) const |
| bool | operator< (const peer_entry &p) const |
Public Attributes | |
| std::string | ip |
| int | port |
| peer_id | pid |
Definition at line 43 of file peer.hpp.
| bool libtorrent::peer_entry::operator== | ( | const peer_entry & | p | ) | const [inline] |
| bool libtorrent::peer_entry::operator< | ( | const peer_entry & | p | ) | const [inline] |
| std::string libtorrent::peer_entry::ip |
Definition at line 45 of file peer.hpp.
Referenced by libtorrent::udp_tracker_connection::announce_response(), libtorrent::http_tracker_connection::extract_peer_info(), and libtorrent::http_tracker_connection::parse().
Definition at line 46 of file peer.hpp.
Referenced by libtorrent::udp_tracker_connection::announce_response(), libtorrent::http_tracker_connection::extract_peer_info(), and libtorrent::http_tracker_connection::parse().
Definition at line 47 of file peer.hpp.
Referenced by libtorrent::udp_tracker_connection::announce_response(), libtorrent::http_tracker_connection::extract_peer_info(), operator<(), operator==(), and libtorrent::http_tracker_connection::parse().
1.5.6