02 2020 档案

libevent源码剖析(二)
摘要:struct evconnlistener * evconnlistener_new_bind(struct event_base *base, evconnlistener_cb cb, void *ptr, unsigned flags, int backlog, const struct so 阅读全文

posted @ 2020-02-23 12:10 sermatec江 阅读(245) 评论(0) 推荐(0)

libevent源码剖析(一)
摘要:/* 版本:2.1.11 源码位置:sample/hello-world.c This example program provides a trivial server program that listens for TCP connections on port 9995. When they 阅读全文

posted @ 2020-02-23 11:44 sermatec江 阅读(229) 评论(0) 推荐(0)