switched random chunk strategy to true random

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3777 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-11-10 22:05:34 +00:00
parent 50024e3f5e
commit c00e11ed2b
2 changed files with 26 additions and 20 deletions

View file

@ -1194,9 +1194,7 @@ bool ftController::FileRequest(const std::string& fname, const std::string& has
destination = mDownloadPath + "/" + fname;
} /******* UNLOCKED ********/
// We check that flags are consistent. In particular, for know
// we can't send chunkmaps through normal traffic, so availability must be assumed whenever the traffic is not
// a turtle traffic:
// We check that flags are consistent.
if(flags & RS_FILE_HINTS_NETWORK_WIDE)
mTurtle->monitorFileTunnels(fname,hash,size) ;