gost icon indicating copy to clipboard operation
gost copied to clipboard

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

Open PHCSJC opened this issue 3 years ago • 0 comments

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 }

PHCSJC avatar Mar 03 '22 06:03 PHCSJC