mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 01:55:19 -04:00
added keep-alive packet to lobbies to maintain up-to-date list of listenners. Will need to play a bit with delays...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4839 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cb9111ad88
commit
fe156882ae
5 changed files with 122 additions and 55 deletions
|
@ -59,6 +59,7 @@
|
|||
#define RS_CHAT_LOBBY_EVENT_PEER_STATUS 0x02
|
||||
#define RS_CHAT_LOBBY_EVENT_PEER_JOINED 0x03
|
||||
#define RS_CHAT_LOBBY_EVENT_PEER_CHANGE_NICKNAME 0x04
|
||||
#define RS_CHAT_LOBBY_EVENT_KEEP_ALIVE 0x05
|
||||
|
||||
#define RS_MSGTAGTYPE_IMPORTANT 1
|
||||
#define RS_MSGTAGTYPE_WORK 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue