mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 03:22:34 -04:00
* silly ( A || B) bug... B isn't called if A is true. Stopped addition of Entries in p3BanList
* Only include External Addresses in the Peer Ban scheme (done in LinkMgr and p3BanList) * Disabled p3Dsdv before it is too widely used. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-dhtmods@4704 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ed18152596
commit
92c53ff0d2
3 changed files with 24 additions and 5 deletions
|
@ -2135,10 +2135,12 @@ int RsServer::StartupRetroShare()
|
|||
pqih -> addService(mBanList);
|
||||
mBitDht->setupPeerSharer(mBanList);
|
||||
|
||||
#ifdef RS_DSDVTEST
|
||||
p3Dsdv *mDsdv = new p3Dsdv(mLinkMgr);
|
||||
pqih -> addService(mDsdv);
|
||||
rsDsdv = mDsdv;
|
||||
mDsdv->addTestService();
|
||||
#endif
|
||||
|
||||
#endif // MINIMAL_LIBRS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue