add kcp.json

This commit is contained in:
rui.zheng 2016-10-26 09:59:48 +08:00
parent 89d044ad12
commit 8f6e2096bc

19
cmd/gost/kcp.json Normal file
View File

@ -0,0 +1,19 @@
{
"key": "it's a secrect",
"crypt": "aes",
"mode": "fast",
"mtu" : 1350,
"sndwnd": 1024,
"rcvwnd": 1024,
"datashard": 10,
"parityshard": 3,
"dscp": 0,
"nocomp": false,
"acknodelay": false,
"nodelay": 0,
"interval": 40,
"resend": 0,
"nc": 0,
"sockbuf": 4194304,
"keepalive": 10
}