mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 13:54:27 -04:00
refusing connections from banned peers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8293 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
79882695b7
commit
482c488b46
3 changed files with 19 additions and 1 deletions
|
@ -74,6 +74,10 @@ const uint32_t MIN_TIME_BETWEEN_NET_RESET = 5;
|
|||
* #define NETMGR_DEBUG_TICK 1
|
||||
* #define NETMGR_DEBUG_STATEBOX 1
|
||||
***/
|
||||
// #define NETMGR_DEBUG 1
|
||||
// #define NETMGR_DEBUG_RESET 1
|
||||
// #define NETMGR_DEBUG_TICK 1
|
||||
// #define NETMGR_DEBUG_STATEBOX 1
|
||||
|
||||
pqiNetStatus::pqiNetStatus()
|
||||
:mLocalAddrOk(false), mExtAddrOk(false), mExtAddrStableOk(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue