KCPTun

A Secure Tunnel Based On KCP with N:M Multiplexing

This is very beneficial to TCP connections under severe packet loss.

It can give boost to Shadowsocks speed ranging from >10x to 1x.

1 install Go Lang

https://github.com/golang/go/wiki

2 install KCPtun

go get -u github.com/xtaci/kcptun/server

Details on Github

Here is a blog on how to set up KCPtun as a service

http://blog.csdn.net/farawayzheng_necas/article/details/63255799