mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 14:12:31 +00:00
* Added {get/set}_xmlrpc_size_limit to allow the user to specify
larger buffer size for handling direct loading of torrents through xmlrpc. * Allow file and tracker targets with the compact xmlrpc syntax, e.g. "<infohash>:f<id>". * Fixed an alignment bug in the DHT code. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1040 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -94,6 +94,9 @@ public:
|
||||
slot_find_tracker& get_slot_find_tracker() { return m_slotFindTracker; }
|
||||
void set_slot_find_tracker(slot_find_tracker::base_type* slot) { m_slotFindTracker.set(slot); }
|
||||
|
||||
static int64_t size_limit();
|
||||
static void set_size_limit(uint64_t size);
|
||||
|
||||
private:
|
||||
void* m_env;
|
||||
void* m_registry;
|
||||
|
||||
Reference in New Issue
Block a user