disabled debug info

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-GenericTunneling@6409 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-06-05 19:55:10 +00:00
parent 900abd0f54
commit 264f92cf15
2 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@
/****
* #define CHAT_DEBUG 1
* #define DEBUG_DISTANT_CHAT 1
****/
#define DEBUG_DISTANT_CHAT
static const int CONNECTION_CHALLENGE_MAX_COUNT = 20 ; // sends a connexion challenge every 20 messages
static const time_t CONNECTION_CHALLENGE_MAX_MSG_AGE = 30 ; // maximum age of a message to be used in a connexion challenge

View File

@ -45,7 +45,7 @@
#include <iomanip>
#include <map>
#define DEBUG_DISTANT_MSG
//#define DEBUG_DISTANT_MSG
const int msgservicezone = 54319;