mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +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",
|
||||
"address": ":65280",
|
||||
"fastOpen": false,
|
||||
"fastOpen": true,
|
||||
"reusePort": false,
|
||||
"multipath": true
|
||||
}
|
||||
],
|
||||
"enableTCP": true,
|
||||
"listenerTFO": false,
|
||||
"listenerTFO": true,
|
||||
"enableUDP": true,
|
||||
"mtu": 1500,
|
||||
"psk": "PSK",
|
||||
|
|
Loading…
Reference in a new issue