mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
fixed a few small issues in new peer rates
This commit is contained in:
parent
20b6745f70
commit
a1bbcd829d
2 changed files with 50 additions and 57 deletions
|
@ -243,7 +243,7 @@ bool p3Peers::isFriend(const RsPeerId &ssl_id)
|
|||
|
||||
bool p3Peers::setPeerMaximumRates(const RsPeerId& pid,uint32_t maxUploadRate,uint32_t maxDownloadRate)
|
||||
{
|
||||
mPeerMgr->setMaxRates(pid,maxUploadRate,maxDownloadRate) ;
|
||||
return mPeerMgr->setMaxRates(pid,maxUploadRate,maxDownloadRate) ;
|
||||
}
|
||||
|
||||
bool p3Peers::haveSecretKey(const RsPgpId& id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue