Skip to content

hankai17/quic-fiber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. reliable, flow control, and congestion control(reno, cubic, BBR)
  2. user layer read/write/close
  3. drawing script for more info congestion.png congestion.png

TODO

  1. TLS1.3 handshake
  2. session life cycle and some frame's func
  3. refactoring struct/class/API/func/frame
  4. tests

About

A QUIC implementation in C++11 coroutine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors