cnbatch / kcptube

同时支持传送TCP与UDP的KCP通道,附带端口跳跃的功能,以及FEC,自带中继服务器支持
BSD 3-Clause "New" or "Revised" License
95 stars 10 forks source link

fec无法使用 #25

Closed ywgATustcbbs closed 4 weeks ago

ywgATustcbbs commented 1 month ago

本机测试,发现一点增加fec配置,则无法通过链接测试

image

去掉fec,则可以通过链接测试

image

服务端配置 mode=server kcp=fast2 inbound_bandwidth=300M outbound_bandwidth=30M listen_port=30000-30100 destination_port=16261 destination_address=127.0.0.1 encryption_algorithm=none ipv4_only=true fec=20:4

客户端配置 mode=client kcp=fast2 inbound_bandwidth=300M outbound_bandwidth=30M listen_port=16261 destination_port=30000-30100 destination_address=127.0.0.1 encryption_algorithm=none ipv4_only=true fec=20:4

cnbatch commented 1 month ago

感谢反馈,确认是个bug,已在刚发布的新版中修复