bugfixes: added debug printout and added as service.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5243 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-06-21 23:52:39 +00:00
parent 7501d92882
commit 91b878fd61
2 changed files with 15 additions and 2 deletions

View file

@ -2243,6 +2243,7 @@ int RsServer::StartupRetroShare()
mBitDht->setupPeerSharer(mBanList);
p3BandwidthControl *mBwCtrl = new p3BandwidthControl(pqih);
pqih -> addService(mBwCtrl);
#ifdef RS_DSDVTEST
p3Dsdv *mDsdv = new p3Dsdv(mLinkMgr);