xtaci / kcptun

A Quantum-Safe Secure Tunnel based on QPP, KCP, FEC, and N:M multiplexing.
MIT License
13.88k stars 2.54k forks source link

win10下 client程序执行失败 #909

Open MKcjx opened 1 year ago

MKcjx commented 1 year ago

powershell执行命令 .\client_windows_amd64.exe --localaddr 12944 --remoteaddr xxx.xxx.xxx.xxx:12000-15000 --mode fast2 --crypt none --nocomp --ds 70 --ps 16 --sndwnd 512 --rcvwnd 4096 --mtu 1350 --dscp 0 --tcp

//命令返回结果

2023/03/03 16:33:05 version: 20230214
2023/03/03 16:33:05 listen unix 12944: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
omaidb commented 1 year ago

尝试administrator运行?

omaidb commented 1 year ago

因为我也使用这个版本,不过我使用-c client.json来持久化配置,我运行的很好。

omaidb commented 1 year ago

--tcp

windows不支持tcp选项。windows使用这个tcp选项将无法运行