/TCP2QUIC

TCP <==> QUIC

Primary LanguageRustGNU General Public License v3.0GPL-3.0

TCP2QUIC

TCP is so widely used, however QUIC may have a better performance. For softwares which use protocols built on TCP, this program helps them take FULL advantage of QUIC.

Usage

#tcp->quic
tcp2quic -c <tcp_addr> <quic_addr>

#quic->tcp
tcp2quic -s <quic_addr> <tcp_addr>