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:
drbob 2008-06-24 23:12:25 +00:00
parent 7ede4b5755
commit 993a5e901d
4 changed files with 219 additions and 6 deletions

View file

@ -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;