wsproxy/server/tools/protobuild/ss_msgid.proto
aozhiwei cff0d78fc4 1
2023-04-23 17:17:30 +08:00

21 lines
389 B
Protocol Buffer

package ss;
//消息id定义
enum SSMessageId_e
{
_SS_Ping = 8;
_SS_Pong = 9;
_SS_WSP_SocketDisconnect = 10;
_SS_WSP_RequestTargetServer = 11;
_SS_MS_ResponseTargetServer = 12;
_SS_ForceCloseSocket = 13;
_SS_CMKcpHandshake = 98;
_SS_SMKcpHandshake = 99;
_SS_CMPing = 101;
_SS_SMRpcError = 102;
_SS_CMLogin = 103;
_SS_CMReconnect = 104;
}