frp 内网穿透,直接在 vps 上直接下载( wget 127.0.0.1 相应端口),速度 400~200KB/s 波动,基本就在 300 以内,
frp 内置的 KCP 协议也试过了,效果不是很明显,略微比 TCP 协议快一点吧。
套 ssh 代理,也没啥改善。
请教下还有什么好办法么?
内网到 VPS 上传速度还是可以稳定在 1MB/s 以上的,为什么换成 frp 会差那么多?
1.最新版的 0.30.0 ;2.考虑到这个问题,尝试过走 酸 酸 代理还有 zerotier,效果不明显;3.客户端配置文件[common]server_addr = xxx.xxx.xxx.xxxserver_port = 17007tls_enable = false token = xxxxxprotocol = tcp pool_count = 5[xx]type = httplocal_ip = 127.0.0.1local_port = 80use_compression = truesubdomain = xx[test_static_file]type = tcpremote_port = 8000plugin = static_fileplugin_local_path = /plugin_strip_prefix = static# tls 加密开启关闭,都试过,没发现明显影响# windows 客户端感觉 KCP 速度快一点,Linux 客户端感觉 TCP 速度更稳定,直观感受,并没有仔细测试# 总体单线程 Linux 客户端速度比 Windows 客户端快 50%,但都远小于 Linux 下 scp 命令# 测试下载用是自带的文件服务插件和 tomcat,Linux 客户端多线程下速度好于 tomcat# Linux 客户端,多线程可以达到 scp 命令的 80%速度# 下载测试都是在 vps 上直接操作