mirror of https://github.com/XTLS/Xray-examples
add `initial_windows_size`
parent
d8e9949686
commit
3126f96456
|
@ -36,7 +36,8 @@
|
||||||
"network": "grpc",
|
"network": "grpc",
|
||||||
"security": "tls",
|
"security": "tls",
|
||||||
"grpcSettings": {
|
"grpcSettings": {
|
||||||
"serviceName": "" //填写你的 ServiceName
|
"serviceName": "", //填写你的 ServiceName
|
||||||
|
//"initial_windows_size": 524288 //通过 Cloudflare CDN 时,防止 Cloudflare CDN 发送意外的 h2 GOAWAY 帧以关闭现有连接。
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue