quic-fiber
quic-fiber copied to clipboard
A QUIC implementation in C++11 coroutine
quic-fiber
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.
Done
- reliable, flow control, and congestion control(reno, cubic, BBR)
- user layer read/write/close
- drawing script for more info
TODO
- TLS1.3 handshake
- session life cycle and some frame's func
- refactoring struct/class/API/func/frame
- tests