mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 05:38:51 -04:00
* Added "lastcontact = now" when added SSL Peer. This ensures that new certificates will be retained for at least 30 days.
=> Giving new peers a chance to connect. * Fixed missing return in p3PeerMgr::removeUnusedLocations() * moved RTT defines to top of file, and increased to 150 results. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4546 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cd41eda638
commit
8688c65f4c
3 changed files with 10 additions and 4 deletions
|
@ -1774,6 +1774,8 @@ bool p3PeerMgrIMPL::removeUnusedLocations()
|
|||
{
|
||||
removeFriend(*it);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue