Attempting to create a tunnel as detailed in README.md using -K on client and server does not work.
Examine code in xsnet/tun.go which listens with protocol "tcp4" and attempt to use "kcp" protocol if -K is specified by client/server.
(Client half would use KCP as required, bridging to TCP server-side?)
Goal: support TCP tunnels over KCP.
Attempting to create a tunnel as detailed in README.md using -K on client and server does not work.
Examine code in xsnet/tun.go which listens with protocol "tcp4" and attempt to use "kcp" protocol if -K is specified by client/server.
(Client half would use KCP as required, bridging to TCP server-side?)
Goal: support TCP tunnels over KCP.
Attempting to create a tunnel as detailed in README.md using -K on client and server does not work.
Examine code in xsnet/tun.go which listens with protocol "tcp4" and attempt to use "kcp" protocol if -K is specified by client/server. (Client half would use KCP as required, bridging to TCP server-side?)
Goal: support TCP tunnels over KCP.