Tweaks to bitdht library for standalone single search option.

- Added flag to disable local Network search.
 - Fixed DHT Msg Rate bug (ported from trunk).



git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5731 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-10-28 14:10:56 +00:00
parent 301e85c2fa
commit 72d3c868e3
3 changed files with 32 additions and 23 deletions

View file

@ -187,6 +187,8 @@ void SearchForLocalNet();
bdBloom mBloomFilter;
bool mLocalNetEnhancements;
/* future node functions */
//addPeerPing(foundId);
//clearPing(it->first);