restored constants and output to non debugging state

This commit is contained in:
csoler 2015-10-27 00:02:16 -04:00
parent 206b27a262
commit d69f2709c3
3 changed files with 4 additions and 5 deletions

View File

@ -27,7 +27,7 @@
#include "groutermatrix.h"
#include "grouteritems.h"
#define ROUTING_MATRIX_DEBUG
//#define ROUTING_MATRIX_DEBUG
GRouterMatrix::GRouterMatrix()
{

View File

@ -60,7 +60,7 @@ static const uint32_t INDEX_AUTHEN_ADMIN = 0x00000040; // admin key
#define GXS_MASK "GXS_MASK_HACK"
#define GEN_EXCH_DEBUG 1
//#define GEN_EXCH_DEBUG 1
#define MSG_CLEANUP_PERIOD 60*5 // 5 minutes
#define INTEGRITY_CHECK_PERIOD 60*30 // 30 minutes

View File

@ -38,7 +38,6 @@
/****
* #define DEBUG_REPUTATION 1
****/
#define DEBUG_REPUTATION 1
/************ IMPLEMENTATION NOTES *********************************
*
@ -132,8 +131,8 @@ static const int kMaximumPeerAge = 180; // half a
static const int kMaximumSetSize = 100; // max set of updates to send at once.
static const int ACTIVE_FRIENDS_UPDATE_PERIOD = 600 ; // 10 minutes
static const int ACTIVE_FRIENDS_ONLINE_DELAY = 86400*7 ; // 1 week.
static const int kReputationRequestPeriod = 60; // 10 mins
static const int kReputationStoreWait = 18; // 3 minutes.
static const int kReputationRequestPeriod = 600; // 10 mins
static const int kReputationStoreWait = 180; // 3 minutes.
static const float REPUTATION_ASSESSMENT_THRESHOLD_X1 = 0.5f ; // reputation under which the peer gets killed
static const float REPUTATION_PGP_LINKED_ID_BIAS = 0.2f ;