mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 17:15:16 -04:00
* removed SSL ex_data sharing of sslids in pqissl+authssl.
This used an unprotected singleton -> bad... Probably killed a lot of connections. * removed mConnMgr tests in authssl AuthSSL shouldn't use ConnectMgr. what happened to abstraction / seperation of function??? This code prevents quick reconnections. * Disabled AuthSSL from adding new SSL peers. This functionality is important... but should be handled elsewhere (p3connmgr or pqissl) git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3200 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a24d833a12
commit
30210cf9ec
4 changed files with 7 additions and 63 deletions
|
@ -1980,7 +1980,7 @@ int RsServer::StartupRetroShare()
|
|||
rsNotify = new p3Notify();
|
||||
|
||||
mConnMgr = new p3ConnectMgr();
|
||||
AuthSSL::getAuthSSL()->mConnMgr = mConnMgr;
|
||||
|
||||
//load all the SSL certs as friends
|
||||
// std::list<std::string> sslIds;
|
||||
// AuthSSL::getAuthSSL()->getAuthenticatedList(sslIds);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue