mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-08 18:13:13 +00:00
add initial_windows_size
This commit is contained in:
parent
d8e9949686
commit
3126f96456
|
@ -36,7 +36,8 @@
|
|||
"network": "grpc",
|
||||
"security": "tls",
|
||||
"grpcSettings": {
|
||||
"serviceName": "" //填写你的 ServiceName
|
||||
"serviceName": "", //填写你的 ServiceName
|
||||
//"initial_windows_size": 524288 //通过 Cloudflare CDN 时,防止 Cloudflare CDN 发送意外的 h2 GOAWAY 帧以关闭现有连接。
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue