mirror of https://github.com/ginuerzh/gost
1 changed files with 19 additions and 0 deletions
@ -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