mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
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:
parent
50024e3f5e
commit
c00e11ed2b
2 changed files with 26 additions and 20 deletions
|
@ -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) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue