* Fixed a potential issue causing high loads while waiting for main thread to exit polling. #2661

* Added 'strings.choke_heuristics.{upload,download}' and extra dummy upload/download heuristics for testings.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1263 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2011-08-06 05:20:18 +00:00
parent 882a64af77
commit ce16621707
3 changed files with 21 additions and 7 deletions
+5
View File
@@ -84,6 +84,11 @@ public:
static void* event_loop(ThreadBase* threadBase);
// Only call this when global lock has been acquired, as it checks
// ThreadBase::is_main_polling() which is only guaranteed to remain
// 'false' if global lock keeps main thread from entering polling
// again.
//
// Move to libtorrent some day.
static void interrupt_main_polling();