y123456yz / reading-and-annotate-nghttp2Links
HTTP/2库nghttp2源码中文注释分析, 后期不在更新,。停止分析nghttp2库主要原因:冗余代码太多,可读性差。如果想了解HTTP2代码实现过程,可以参考工程: reading-code-of-nginx-1.9.2;如果想学习quic实现过程,可以参考工程:reading-and-annotate-quic
☆43Updated 5 years ago
Alternatives and similar repositories for reading-and-annotate-nghttp2
Users that are interested in reading-and-annotate-nghttp2 are comparing it to the libraries listed below
Sorting:
- A high performance network library, for Pika https://github.com/OpenAtomFoundation/pika☆81Updated 2 years ago
- quic、prot_quic、goquic、libquic源码中文注释分析,增加C++ quic-client和quic-server example 程序,便于快速掌握学习谷歌quic库源码和学习quic协议,作为新的网络加速协议,可以根据实际需要应用于自己的工程项目中。…☆313Updated 3 years ago
- libevent 官方文档的中文版☆48Updated 10 years ago
- 由C语言实现的单线程高并发的网络基础库☆55Updated 4 years ago
- libevent-1.4.15源码阅读注释☆72Updated 7 years ago
- Coroutine library for C/C++☆49Updated 9 years ago
- 《Linux高性能服务器编程》上的例子☆51Updated 11 years ago
- 可使用vs直接编译的nginx☆106Updated 9 years ago
- libtask源码分析,libtask是一个协程库,由google的Russ Cox大佬 写的☆77Updated 2 years ago
- Stevens的《TCP/IP 实现》的源代码,包括4.4BSD-Lite.tar.gz和 4.4BSD-Lite.tar.gz☆52Updated 10 years ago
- ☆153Updated 11 months ago
- skip list with rank, code less than z_set in redis☆175Updated 2 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆76Updated 7 years ago
- memcached源码详细分析注释,带详尽中文注释及函数调用关系,更新完毕☆61Updated 5 years ago
- asynchronous examples for openssl using poll/epoll☆127Updated 2 years ago
- 一个基于Linux的纯C基础类库☆36Updated 8 years ago
- 测试操作系统并发量☆74Updated 7 years ago
- Posix style QUIC protocol.☆50Updated 3 years ago
- Nginx cpp development kit☆158Updated 6 years ago
- ☆70Updated 6 years ago
- 一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。☆193Updated 5 years ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆60Updated 7 years ago
- libev sync from http://cvs.schmorp.de/libev/☆158Updated 4 years ago
- openssl surpport for handy☆42Updated 10 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 7 years ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个 项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆88Updated 4 years ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆35Updated 9 years ago
- ☆52Updated 12 years ago
- libevent source code analysis☆62Updated 2 years ago
- 一个基于tun/tap设备编写的简易的tcp/ip协议栈.☆94Updated 8 years ago