mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Added Structure/Example for Port Forwarding Service.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@624 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7ede4b5755
commit
993a5e901d
4 changed files with 219 additions and 6 deletions
|
@ -88,15 +88,16 @@ const uint16_t RS_SERVICE_TYPE_CHANNEL = 0xf130;
|
|||
|
||||
/* Games/External Apps - Service Only */
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_LAUNCHER = 0xf200;
|
||||
const uint16_t RS_SERVICE_TYPE_PORT = 0xf201;
|
||||
|
||||
/* Example Games */
|
||||
/* Example Games (NOT USED YET!) */
|
||||
/* Board Games */
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_QTCHESS = 0xf201;
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_QGO = 0xf202;
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_QTCHESS = 0xf211;
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_QGO = 0xf212;
|
||||
|
||||
/* Card Games */
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_BIGTWO = 0xf203;
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_POKER = 0xf204;
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_BIGTWO = 0xf213;
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_POKER = 0xf214;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue