mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
f
This commit is contained in:
@@ -251,9 +251,8 @@ public static class V2rayConfigUtils
|
|||||||
if (Global.Settings.V2RayConfig.TCPFastOpen)
|
if (Global.Settings.V2RayConfig.TCPFastOpen)
|
||||||
{
|
{
|
||||||
outbound.streamSettings.sockopt = new Sockopt
|
outbound.streamSettings.sockopt = new Sockopt
|
||||||
{
|
{
|
||||||
tcpFastOpen = true
|
tcpFastOpen = true
|
||||||
}
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user