mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
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:
parent
661e404741
commit
8ad457e011
3 changed files with 637 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue