* disabled rtt debugging

* reduced frequency to 10 secs.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4525 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2011-08-04 14:58:53 +00:00
parent 17a562dc3e
commit 3623b3d957

View File

@ -38,7 +38,6 @@
/****
* #define DEBUG_VORS 1
****/
#define DEBUG_VORS 1
/* DEFINE INTERFACE POINTER! */
@ -167,7 +166,7 @@ int p3VoRS::status()
}
#define VORS_PING_PERIOD 5
#define VORS_PING_PERIOD 10
int p3VoRS::sendPackets()
{