Commit cb3842eb authored by Administrator's avatar Administrator

隧道销毁命令

parent 91a7693d
......@@ -82,4 +82,7 @@ public class PacketCommon {
* 新的链接建立成功后,会给服务器回一个信息。预示着从客户端到真正的server之间的tcp链接真正建立完成
*/
public static final byte TYPE_CONNECT_READY = 0x07;
// 销毁隧道
public static final byte TYPE_DESTROT = 0x08;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment