kcptun

Stable & secure tunnel based on KCP protocol with multiplexing

brewmacoslinux
Try with needOr install directly
Source

About

Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC

Commands

kcptunkcptunsrv

Examples

Start a KCP server listening on port 29900$ kcptunsrv -l :29900 -t 127.0.0.1:8388
Start a KCP client connecting to remote server$ kcptun -l 127.0.0.1:12948 -r example.com:29900
Server with custom KCP parameters for low latency$ kcptunsrv -l :29900 -t 127.0.0.1:8388 --nodelay 1 --interval 20 --resend 2 --nc 1