client.json 468 B

123456789101112131415161718192021222324252627
  1. {
  2. "localaddr": ":2000",
  3. "remoteaddr": "11.22.33.44:2000",
  4. "key": "PASSWORD",
  5. "mode": "fast3",
  6. "mtu": 9702,
  7. "sndwnd": 2048,
  8. "rcvwnd": 2048,
  9. "datashard": 10,
  10. "parityshard": 3,
  11. "dscp": 46,
  12. "nocomp": true,
  13. "acknodelay": false,
  14. "nodelay": 1,
  15. "interval": 40,
  16. "resend": 2,
  17. "nc": 1,
  18. "sockbuf": 16777217,
  19. "smuxver": 2,
  20. "smuxbuf": 16777217,
  21. "streambuf": 2097152,
  22. "keepalive": 10,
  23. "autoexpire": 1800,
  24. "quiet": true,
  25. "tcp": false
  26. }