Started turtle hopping implementation. Not yet functional nor compilable.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1059 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-02-28 18:19:00 +00:00
parent 661e404741
commit 8ad457e011
3 changed files with 637 additions and 0 deletions

View file

@ -45,6 +45,7 @@ const uint16_t RS_SERVICE_TYPE_RANK = 0x0002;
const uint16_t RS_SERVICE_TYPE_DISC = 0x0011;
const uint16_t RS_SERVICE_TYPE_CHAT = 0x0012;
const uint16_t RS_SERVICE_TYPE_MSG = 0x0013;
const uint16_t RS_SERVICE_TYPE_TURTLE = 0x0014;
/* Combined Cache/Service ids */