mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 17:21:05 -04:00
added early sending of chunkmap request to newly added sources
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4950 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8b28fb2324
commit
2d2b7230d1
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ bool ftTransferModule::addFileSource(const std::string& peerId)
|
||||||
mFileSources.insert(std::pair<std::string,peerInfo>(peerId,pInfo));
|
mFileSources.insert(std::pair<std::string,peerInfo>(peerId,pInfo));
|
||||||
mit = mFileSources.find(peerId);
|
mit = mFileSources.find(peerId);
|
||||||
|
|
||||||
|
mMultiplexor->sendChunkMapRequest(peerId, mHash,false) ;
|
||||||
#ifdef FT_DEBUG
|
#ifdef FT_DEBUG
|
||||||
std::cerr << "ftTransferModule::addFileSource()";
|
std::cerr << "ftTransferModule::addFileSource()";
|
||||||
std::cerr << " adding peer: " << peerId << " to sourceList";
|
std::cerr << " adding peer: " << peerId << " to sourceList";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue