add kcp.json
This commit is contained in:
parent
89d044ad12
commit
8f6e2096bc
19
cmd/gost/kcp.json
Normal file
19
cmd/gost/kcp.json
Normal 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user