heiher / hev-socks5-tunnel

A high-performance tun2socks for Linux/Android/FreeBSD/macOS/iOS/WSL2 (IPv4/IPv6/TCP/UDP)
MIT License
636 stars 130 forks source link

hev-socks5-tunnel和hev-socks5-socks5之间能否保持长连接 #87

Closed w22gb8 closed 4 months ago

w22gb8 commented 4 months ago

类似于传统vpn那样,定时发送心跳并保持长连接,远距离连接大大缩短rtt。

heiher commented 4 months ago

目前Socks5协议的上行链路没有多路复用机制,本地与远程的连接还是1:1映射关系。暂时无法实现长连接功能。