Stars
An implementation of the QUIC transport protocol.
Apache Traffic Control is an Open Source implementation of a Content Delivery Network
Example lua scripts for ATS ts_lua plugin
linux内核网络协议栈源码阅读分析注释--带详尽中文分析注释以及相关流程分析调用注释,对理解分析内核协议栈源码很有帮助
ngtcp2 project is an effort to implement IETF QUIC protocol
A detailed document explaining and documenting HTTP/2, the successor to the widely popular HTTP/1.1 protocol
A document describing the HTTP/3 and QUIC protocols
quic、prot_quic、goquic、libquic源码中文注释分析,增加C++ quic-client和quic-server example 程序,便于快速掌握学习谷歌quic库源码和学习quic协议,作为新的网络加速协议,可以根据实际需要应用于自己的工程项目中。把google quic源码和goquic合并到一个工程编译安装
这个是自己写的ats的插件,用于解决大文件的分片存储问题,相比官方提供的range插件功能更多,也更全面。