摘要: namespace packet { /*! |magic|type|length|data|checksum| |4 |4 |4 | |2 | */ #pragma pack(push) #pragma pack(1) class IPacket { public: virtual ~IPacke 阅读全文
posted @ 2021-02-02 10:54 學海無涯 阅读(84) 评论(0) 推荐(0) 编辑