# libnet **Repository Path**: yahdengchai/libnet ## Basic Information - **Project Name**: libnet - **Description**: libnetevent->libnet - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-11-23 - **Last Updated**: 2022-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libnetevent ##简介 #####采用同步I/O(Epoll)的ET模式封装实现 ##接口 ``` int pull_msg(unsigned char *undo_msg, int *undo_msg_length, unsigned char *&done_msg, int *&done_msg_length); int push_msg(int task_id); ``` ##更新日志 #####2016/08/26/rename libnetevent -> libnet #####2016/08/26/提交版本为多线程模式 ##相关链接 #####[Epoll源码探秘(epoll_create)](http://blog.csdn.net/caiyaodeng/article/details/52297691) #####[Epoll源码探秘(epoll_ctl)](http://blog.csdn.net/caiyaodeng/article/details/52312892)