A thin layer on top of quinn to provide functions for TUIC
This crate provides a wrapper Connection
around quinn::Connection
. It can be used to perform TUIC operations.
Note that there is no TUIC protocol flow state machine abstraction in this crate. You need to implement it yourself.
GNU General Public License v3.0