mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 19:31:54 +00:00
Enable FastOpen on Shadowsocks-go
This commit is contained in:
parent
3ac858c56b
commit
455f3c86d8
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
||||||
{
|
{
|
||||||
"network": "tcp",
|
"network": "tcp",
|
||||||
"address": ":65280",
|
"address": ":65280",
|
||||||
"fastOpen": false,
|
"fastOpen": true,
|
||||||
"reusePort": false,
|
"reusePort": false,
|
||||||
"multipath": true
|
"multipath": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"enableTCP": true,
|
"enableTCP": true,
|
||||||
"listenerTFO": false,
|
"listenerTFO": true,
|
||||||
"enableUDP": true,
|
"enableUDP": true,
|
||||||
"mtu": 1500,
|
"mtu": 1500,
|
||||||
"psk": "PSK",
|
"psk": "PSK",
|
||||||
|
|
Loading…
Reference in a new issue