This commit is contained in:
Hellojack
2022-06-16 17:05:54 +08:00
committed by GitHub
parent 95aa3db415
commit dc7c48b1bb

View File

@@ -251,9 +251,8 @@ public static class V2rayConfigUtils
if (Global.Settings.V2RayConfig.TCPFastOpen)
{
outbound.streamSettings.sockopt = new Sockopt
{
tcpFastOpen = true
}
{
tcpFastOpen = true
};
}
break;