feat: tcp fast open

This commit is contained in:
cubemaze
2023-06-03 12:46:39 +08:00
parent f034bbd39b
commit 7dbb148b90
3 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ type ControllerConfig struct {
DisableUploadTraffic bool `yaml:"DisableUploadTraffic"`
DisableGetRule bool `yaml:"DisableGetRule"`
EnableProxyProtocol bool `yaml:"EnableProxyProtocol"`
EnableTFO bool `yaml:"EnableTFO"`
DisableIVCheck bool `yaml:"DisableIVCheck"`
DisableSniffing bool `yaml:"DisableSniffing"`
EnableFallback bool `yaml:"EnableFallback"`