摘要: package protocol import ( "bytes" "encoding/binary" ) const ( ConstHeader = "jackluo" ConstHeaderLength = 7 ConstSaveDataLength = 4 ) //封包 func Packet(message []by... 阅读全文
posted @ 2016-04-06 17:06 jackluo 阅读(4586) 评论(0) 推荐(0)