Skip to content

Instantly share code, notes, and snippets.

@maicong
Created October 23, 2017 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maicong/7aa317dfae94055cb9304c971bf9c2ba to your computer and use it in GitHub Desktop.
Save maicong/7aa317dfae94055cb9304c971bf9c2ba to your computer and use it in GitHub Desktop.
kcptun config
{
"listen": "0.0.0.0:<kcptun_server_port>",
"target": "127.0.0.1:<ssserver_port>",
"key": "<kcptun_password>",
"crypt": "salsa20",
"mode": "fast2",
"mtu": 1350,
"sndwnd": 2048,
"rcvwnd": 2048,
"datashard": 70,
"parityshard": 30,
"dscp": 46,
"nocomp": false,
"acknodelay": false,
"nodelay": 0,
"interval": 40,
"resend": 0,
"nc": 0,
"sockbuf": 4194304,
"log": "/var/log/kcptun.log"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment