mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
tuic-quinn
A thin layer on top of quinn to provide functions for TUIC
Overview
This crate provides a wrapper Connection
around quinn::Connection
. It can be used to perform TUIC operations.
Note that there is no state machine abstraction for the TUIC protocol flow in this crate. You need to implement it yourself.
License
GNU General Public License v3.0