Skip to content

v4kst1z/CppNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppNet

C++11 网络库,仅支持 Linux

Feature

基于 EpollIO 复用机制,采用边缘触发模式。通过使用 SO_REUSEPORT,在每个 IO 线程创建创建 listening socket,降低在存在大量请求时的响应时间。支持定时器,异步日志,线程池,TCPUDP,及异步 DNS 查询。