mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 07:02:30 +00:00
* Renamed read/write stuff to down/up.
* Adding incomplete PeerConnectionSeed. * For every new peer connection it would traverse the local bitfield to check if it was zero'ed, instead of using a cached value. Forgot to change over when changing it from the BitFieldExt to the normal class. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@547 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+2
-2
@@ -62,8 +62,8 @@ public:
|
||||
private:
|
||||
void setup_keys();
|
||||
|
||||
void receive_read_throttle(int t);
|
||||
void receive_write_throttle(int t);
|
||||
void receive_down_throttle(int t);
|
||||
void receive_up_throttle(int t);
|
||||
|
||||
Control* m_control;
|
||||
DownloadList* m_downloadList;
|
||||
|
||||
Reference in New Issue
Block a user