Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.19 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.19 KB

Feather-QUIC

A tiny QUIC implementation in Rust

中文

Feather-QUIC is a personal experimental project aimed at implementing the QUIC protocol in Rust while also developing a client tool that offers flexible configuration options for QUIC’s underlying features. Along the way, I’ll document my thoughts and interesting details from the development process through a series of blog posts:

Implementing QUIC from Scratch with Rust: A Fresh Start

Implementing QUIC from Scratch with Rust: Runtime

Implementing QUIC from Scratch with Rust: Trying to analyse and implement QUIC Handshake 😂

Implementing QUIC from Scratch with Rust: Implement TLS 1.3 Handshake and QUIC-TLS Key Update

To be continued


Contribution Contributions are welcome! Feel free to open issues or submit pull requests to improve Feather-QUIC.


License This project is licensed under the MIT License. See the LICENSE file for more details.