mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
Added info for upload peers and rate in Transfer tab
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1005 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bd569ce42a
commit
a3d3778c36
3 changed files with 34 additions and 6 deletions
|
@ -427,6 +427,8 @@ bool ftDataMultiplex::locked_handleServerRequest(ftFileProvider *provider,
|
|||
|
||||
if (provider->getFileData(offset, chunksize, data))
|
||||
{
|
||||
// setup info
|
||||
provider->setPeerId(peerId) ;
|
||||
/* send data out */
|
||||
sendData(peerId, hash, size, offset, chunksize, data);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue