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.
#tcp->quic
tcp2quic -c <tcp_addr> <quic_addr>
#quic->tcp
tcp2quic -s <quic_addr> <tcp_addr>