[Netch] Support TCP Fast Open

This commit is contained in:
Hellojack
2022-06-16 17:01:40 +08:00
committed by GitHub
parent 3fa3c1cfcb
commit 95aa3db415
6 changed files with 74 additions and 1 deletions

View File

@@ -11,4 +11,6 @@ public class V2rayConfig
public bool V2rayNShareLink { get; set; } = true;
public bool XrayCone { get; set; } = true;
public bool TCPFastOpen { get; set; } = false;
}