mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 12:42:31 +00:00
* Only request from the same tracker more than once if PEX is disabled.
* Added target_any. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@970 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
|
||||
namespace rpc {
|
||||
|
||||
// Since it gets used so many places we might as well put it in the
|
||||
// rpc namespace.
|
||||
typedef std::pair<int, void*> target_type;
|
||||
|
||||
class Command {
|
||||
public:
|
||||
typedef torrent::Object::value_type value_type;
|
||||
|
||||
Reference in New Issue
Block a user