1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-12 23:49:07 -04:00

revert rollback to 10.3

This commit is contained in:
Darien Raymond
2018-08-31 15:17:45 +02:00
parent de74460f15
commit 5c48d03fdf
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ func init() {
value := platform.NewEnvFlag("v2ray.buf.readv").GetValue(func() string { return defaultFlagValue })
switch value {
case defaultFlagValue, "auto":
if (runtime.GOARCH == "386" || runtime.GOARCH == "amd64" || runtime.GOARCH == "s390x") && (runtime.GOOS == "linux" || runtime.GOOS == "darwin") {
if (runtime.GOARCH == "386" || runtime.GOARCH == "amd64" || runtime.GOARCH == "s390x") && (runtime.GOOS == "linux" || runtime.GOOS == "darwin" || runtime.GOOS == "windows") {
useReadv = true
}
case "enable":