allocates 10 disk buffers at a time instead of 32. Fixed bug where connection candidates would be too high

This commit is contained in:
Arvid Norberg
2009-05-06 07:06:26 +00:00
parent 41a9b88189
commit ff3db926fb
6 changed files with 36 additions and 17 deletions

View File

@@ -41,6 +41,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/intrusive_ptr_base.hpp"
#include <boost/lexical_cast.hpp>
#include <boost/bind.hpp>
struct torrent;
struct peer_connection;