client2gate_msg_type.proto 388 B

12345678910111213141516
  1. package client2gate_protocols;
  2. enum e_server_msg_type {
  3. e_mst_start_c2g = 300;
  4. e_mst_c2g_heartbeat = 301; //心跳协议
  5. //e_mst_c2g_select_gate = 302; //选择网关
  6. //e_mst_start_g2c = 400;
  7. //e_mst_g2c_select_gate_result = 401;//选择网关返回
  8. e_mst_g2c_send_msglist = 402;//发送协议列表
  9. e_mst_g2c_heartbeat = 403; //心跳协议
  10. e_mst_cgend_index = 500;
  11. }