4 Star 10 Fork 7

liudengfeng/xfrpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
iod_proto.c 242 Bytes
一键复制 编辑 原始数据 按行查看 历史
#include "iod_proto.h"
bool is_valid_iod_header(const struct iod_header *header)
{
return header && header->magic == htonl(IOD_MAGIC);
}
bool is_local_iod_command(uint32_t type)
{
return type == IOD_SET_VIP || type == IOD_GET_VIP;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/apfree/xfrpc.git
git@gitee.com:apfree/xfrpc.git
apfree
xfrpc
xfrpc
master

搜索帮助