mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
* BUGFIX: Multiple DHT searches / reconnect attempts (p3dhtmgr) done!
* Tweaks to the File Interface. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@636 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1f01c08de4
commit
9629c6923c
5 changed files with 81 additions and 18 deletions
|
@ -68,6 +68,7 @@ int p3Files::UpdateAllTransfers()
|
|||
ti.size = (*it) -> file.filesize;
|
||||
|
||||
ti.transfered = (*it) -> transferred;
|
||||
ti.avail = ti.transfered;
|
||||
/* other ones!!! */
|
||||
ti.tfRate = (*it) -> crate / 1000;
|
||||
ti.download = (*it) -> in;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue