Itsusinn / tuic

A maintained tuic fork
GNU General Public License v3.0
18 stars 1 forks source link

TUIC

Delicately-TUICed 0-RTT proxy protocol

A fork of original TUIC repo https://github.com/EAimTY/tuic

Compared to origin, this fork's new features:

Introduction

TUIC is a proxy protocol focusing on minimize the additional handshake latency caused by relaying as much as possible, as well as keeping the protocol itself being simple and easy to implement

TUIC is originally designed to be used on top of the QUIC protocol, but you can use it with any other protocol, e.g. TCP, in theory

When paired with QUIC, TUIC can achieve:

Fully-detailed TUIC protocol specification can be found in SPEC.md

Overview

There are 4 crates provided in this repository:

License

Code in this repository is licensed under GNU General Public License v3.0

However, the concept of the TUIC protocol is license-free. You can implement, modify, and redistribute the protocol without any restrictions, even for commercial use