A QUIC implementation in C++11 coroutine. This project using my_sylar lib and refering quic-go and this is a toy version for verifying tcp transfer control etc. There is no license for this project. If you have any questions or interest in this project, please submit issue and pr.
- reliable, flow control, and congestion control(reno, cubic, BBR)
- user layer read/write/close
- drawing script for more info
- TLS1.3 handshake
- session life cycle and some frame's func
- refactoring struct/class/API/func/frame
- tests