* switched off some debugging.

* fixed tickrate slow down (when no activity)
 * added extra flags to interface.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@871 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-12-07 14:53:57 +00:00
parent c05acf2f95
commit d89eda510f
6 changed files with 27 additions and 13 deletions

View file

@ -34,8 +34,6 @@
* #define CS_DEBUG 1
***/
#define CS_DEBUG 1
bool operator<(const CacheId &a, const CacheId &b)
{
if (a.type == b.type)