2007-12-06 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Fixed the bug: aria2 doesn't utilize fast set index offered by peer.
	* src/Peer.{h, cc}
	* src/DefaultPieceStorage.cc
	* test/DefaultPieceStorageTest.cc
This commit is contained in:
Tatsuhiro Tsujikawa 2007-12-05 17:57:08 +00:00
parent 2850c16f8a
commit 30739b0763
5 changed files with 21 additions and 22 deletions

View file

@ -100,7 +100,7 @@ void DefaultPieceStorageTest::testGetMissingFastPiece() {
peer->setAllBitfield();
peer->setFastExtensionEnabled(true);
peer->addFastSetIndex(2);
peer->addPeerAllowedIndex(2);
PieceHandle piece = pss.getMissingFastPiece(peer);
CPPUNIT_ASSERT_EQUAL(string("piece: index=2, length=128"),