加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
xkcp_client.h 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dengfeng Liu 提交于 2017-04-06 14:29 . Update xkcp_client.h
#ifndef _XKCP_CLIENT_
#define _XKCP_CLIENT_
#include <event2/util.h>
#include "ikcp.h"
struct xkcp_task;
#define XKCP_RECV_BUF_LEN 1500
#define XKCP_SEND_BUF_LEN 10*15000
void xkcp_rcv_cb(const int sock, short int which, void *arg);
void timer_event_cb(evutil_socket_t fd, short event, void *arg);
int xkcp_main(int argc, char **argv);
int client_main_loop(void);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化