xuchanglong / NtyTCP-v1.0.0-comments
用户态的 TCPIP 协议栈并包含了 epoll 技术实现源码,注释将不断维护,以保证质量。
☆12Updated 5 years ago
Alternatives and similar repositories for NtyTCP-v1.0.0-comments:
Users that are interested in NtyTCP-v1.0.0-comments are comparing it to the libraries listed below
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆79Updated 4 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆59Updated 7 years ago
- libevent multithread worker example☆20Updated 3 years ago
- fast thread pool☆27Updated 6 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 6 years ago
- ☆32Updated 7 years ago
- 高性能博客系统☆27Updated 5 years ago
- Message queue and thread pool implementations of C++ Workflow☆33Updated 8 months ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架