1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-10-16 13:43:00 +00:00
parent 3ac858c56b
commit 455f3c86d8

View file

@ -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",