2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Updated doc.
	* src/AbstractCommand.cc
pull/1/head
Tatsuhiro Tsujikawa 2009-07-15 11:58:27 +00:00
parent 08fb20d076
commit a4c7c6ae02
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated doc.
* src/AbstractCommand.cc
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Handle the case when DownloadContext has no FileEntry.

View File

@ -104,8 +104,7 @@ bool AbstractCommand::execute() {
//logger->debug("CUID#%d - finished.", cuid);
return true;
}
// TODO1.5 it is not needed to check other PeerStats every time.
// TODO it is not needed to check other PeerStats every time.
// Find faster Request when this is the only active Request
if(!req.isNull() && _requestGroup->getNumStreamConnection() == 1 &&
_fileEntry->countPooledRequest() > 0) {