johnsonjh/gfcptun

View on GitHub
examples/server.json

Summary

Maintainability
Test Coverage
{
  "listen": ":2000",
  "target": "127.0.0.1:9999",
  "key": "PASSWORD",
  "mode": "fast3",
  "mtu": 9702,
  "sndwnd": 2048,
  "rcvwnd": 2048,
  "datashard": 10,
  "parityshard": 3,
  "dscp": 46,
  "nocomp": true,
  "acknodelay": false,
  "nodelay": 1,
  "interval": 40,
  "resend": 2,
  "nc": 1,
  "sockbuf": 16777217,
  "smuxver": 2,
  "smuxbuf": 16777217,
  "streambuf": 2097152,
  "keepalive": 10,
  "pprof": false,
  "quiet": true,
  "tcp": false
}