ginuerzh / gost

GO Simple Tunnel - a simple tunnel written in golang
MIT License
15.49k stars 2.43k forks source link

bug报告,gost kcp配置不支持manual #795

Open PHCSJC opened 2 years ago

PHCSJC commented 2 years ago

kcptun是有manual模式的,但如果在gost的配置文件里配置manual模式,在gost启动后会自动修改为fast2模式,希望大佬能修改这个BUG 我的配置是这样的: { "key": "aaa", "crypt": "none", "mode": "manual", "mtu" : 1200, "sndwnd": 1024, "rcvwnd": 2048, "datashard": 20, "parityshard": 10, "dscp": 0, "nocomp": true, "acknodelay": false, "nodelay": 1, "interval": 22, "resend": 2, "nc": 1, "sockbuf": 4194304, "keepalive": 30, "scavengettl":3600, "snmplog": "", "snmpperiod": 60 }