y123456yz / reading-and-annotate-nghttp2
HTTP/2库nghttp2源码中文注释分析, 后期不在更新,。停止分析nghttp2库主要原因:冗余代码太多,可读性差。如果想了解HTTP2代码实现过程,可以参考工程: reading-code-of-nginx-1.9.2;如果想学习quic实现过程,可以参考工程:reading-and-annotate-quic
☆44Updated 4 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
- quic、prot_quic、goquic、libquic源码中文注释分析,增加C++ quic-client和quic-server example 程序,便于快速掌握学习谷歌quic库源码和学习quic协议,作为新的网络加速协议,可以根据实际需要应用于自己的工程项目中。…☆316Updated 2 years ago
- Posix style QUIC protocol.☆50Updated 2 years ago
- A high performance network library, for Pika https://github.com/OpenAtomFoundation/pika☆81Updated 2 years ago
- skip list with rank, code less than z_set in redis☆171Updated last year
- redis、memcached缓存代理twemproxy源码详细分析注释,带详尽中文注释及函数调用关系☆55Updated 4 years ago
- libtask源码分析,libtask是一个协程库,由google的Russ Cox大佬写的☆74Updated last year
- a simple example for how to use epoll☆66Updated 12 years ago
- Apache开源分布式资源管理框架mesos源码注释分析,新增mesos_framework_demo,带详细注释☆14Updated 7 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- libevent 官方文档的中文版☆48Updated 10 years ago
- docker-17.05.0 containerd opencontainers/runc lxc mesos源码中文注释详细分析,带详细注释说明,学习容器技术很有帮助,近期持续更新☆66Updated 4 years ago
- 使用KCP和libuv的简单网络模块。☆64Updated 8 years ago
- 一个基于tun/tap设备编写的简易的tcp/ip协议栈.☆93Updated 7 years ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆35Updated 8 years ago
- 由C语言实现的单线程高并发的网络基础库☆53Updated 3 years ago
- memcached源码详细分析注释,带详尽中文注释及函数调用关系,更新完毕☆58Updated 4 years ago
- libevent-1.4.15源码阅读注释☆73Updated 6 years ago
- Pure copy from sylar☆15Updated 2 years ago
- linux kernel-4.17 协议栈源码阅读, reading linux kernel 4.17 netstack, once one has started to experience the rich insights that can be gained fr…☆66Updated 5 years ago
- libev sync from http://cvs.schmorp.de/libev/☆157Updated 3 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆92Updated 6 years ago
- ☆149Updated 3 weeks ago
- asynchronous examples for openssl using poll/epoll☆125Updated last year
- 容器技术:lxc-1.0.9 lxcfs-2.0.0 fuse-2.8.7源码详细注释分析☆15Updated 7 years ago
- ☆66Updated 5 years ago
- Muduo Non-blocking Address Resolver with UDNS☆19Updated 8 years ago
- Coroutine library for C/C++☆49Updated 8 years ago
- 创建一个用户态的TCP/IP协议栈。基于Linux内核的TCP/IP协议栈,Xiaochen Wang's TCP/IP stack 和 Level-IP这三个项目构建的。同时它也是一个中文教程,可以帮助自己(或者看到此教程的人)更好的理解计算机网络,更好的理解协议栈。☆77Updated 3 years ago
- 收集网络上讲解Linux系统原理的优秀文章、文档☆76Updated 4 years ago
- 《Linux高性能服务器编程》上的例子☆50Updated 10 years ago