mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-24 14:23:36 -05:00
* Made NetworkStats() return false - as zeroconf cannot provide these (avoids the invalid 2.7G message)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-dhtmods@4778 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ec05a7cc7d
commit
e0dcca8d13
@ -124,9 +124,7 @@ bool p3ZeroConf::getActive()
|
||||
|
||||
bool p3ZeroConf::getNetworkStats(uint32_t &netsize, uint32_t &localnetsize)
|
||||
{
|
||||
//netsize = mUdpBitDht->statsNetworkSize();
|
||||
//localnetsize = mUdpBitDht->statsBDVersionSize();
|
||||
return true;
|
||||
return false; // Cannot provide Network Stats.
|
||||
}
|
||||
|
||||
void p3ZeroConf::createTxtRecord()
|
||||
|
Loading…
Reference in New Issue
Block a user