* Added interface for changing download priority.

* More throttle fiddling.

* Pop the currently uploaded piece from the send list.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@591 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-11-01 19:42:07 +00:00
parent 1a68177eca
commit 89e69adb7a
4 changed files with 22 additions and 15 deletions
+3 -3
View File
@@ -60,12 +60,12 @@ public:
WStatusbar* window_statusbar() { return m_windowStatusbar; }
private:
void setup_keys();
void receive_down_throttle(int t);
void receive_up_throttle(int t);
private:
void setup_keys();
Control* m_control;
DownloadList* m_downloadList;