We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40876a4 commit 13ece0aCopy full SHA for 13ece0a
docs/config/transports/splithttp.md
@@ -29,6 +29,7 @@ The `XHttpObject` 对应传输配置的 `xhttpSettings` 项。
29
"scMinPostsIntervalMs": 30,
30
"noSSEHeader": false,
31
"xPaddingBytes": "100-1000",
32
+ "keepAlivePeriod": 45,
33
"xmux": {
34
"maxConcurrency": 0,
35
"maxConnections": 0,
@@ -113,6 +114,14 @@ XHTTP 的HTTP请求中所发送的host,默认值为空。若服务端值为空
113
114
115
设置为 `-1` 将完全禁用填充
116
117
+> `keepAlivePeriod` int
118
+
119
+发送保活请求的时间间隔,单位秒。
120
121
+当使用 H2 和 H3 时分别对应 h2 ping 帧和 QUIC ping 帧。
122
123
+默认值为:使用 H2 时 45 秒(Chrome 默认值), 使用 H3 时 10 秒(quic-go 默认值)
124
125
> `xmux`: [XmuxObject](#xmuxobject)
126
127
## XmuxObject
0 commit comments