From 069ebf02287934fc4ed029d3c1be9b90d871160d Mon Sep 17 00:00:00 2001 From: Alex Dedul Date: Fri, 10 Aug 2007 01:15:48 +0000 Subject: [PATCH] Locally patched libtorrent to not reset per torrent preferences on each resume(). See ticket #118 in libtorrent's trac. --- libtorrent/src/torrent.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libtorrent/src/torrent.cpp b/libtorrent/src/torrent.cpp index 509753814..66a365923 100755 --- a/libtorrent/src/torrent.cpp +++ b/libtorrent/src/torrent.cpp @@ -2527,10 +2527,6 @@ namespace libtorrent #endif m_paused = false; - m_uploads_quota.min = 0; - m_connections_quota.min = 2; - m_uploads_quota.max = std::numeric_limits::max(); - m_connections_quota.max = std::numeric_limits::max(); // tell the tracker that we're back m_event = tracker_request::started;