docs(quic): fix typos
This commit is contained in:
parent
f61c3c47ca
commit
fde19e2b4b
|
@ -1903,7 +1903,7 @@ base_listener_acceptors {
|
||||||
|
|
||||||
fields_mqtt_quic_listener_max_bytes_per_key {
|
fields_mqtt_quic_listener_max_bytes_per_key {
|
||||||
desc {
|
desc {
|
||||||
en: "Maximum number of bytes to encrypt with a single 1-RTT encryption keybefore initiating key update. Default: 274877906944"
|
en: "Maximum number of bytes to encrypt with a single 1-RTT encryption key before initiating key update. Default: 274877906944"
|
||||||
zh: "在启动密钥更新之前,用单个 1-RTT 加密密钥加密的最大字节数。默认值:274877906944"
|
zh: "在启动密钥更新之前,用单个 1-RTT 加密密钥加密的最大字节数。默认值:274877906944"
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
|
@ -2090,7 +2090,7 @@ fields_mqtt_quic_listener_peer_unidi_stream_count {
|
||||||
|
|
||||||
fields_mqtt_quic_listener_retry_memory_limit {
|
fields_mqtt_quic_listener_retry_memory_limit {
|
||||||
desc {
|
desc {
|
||||||
en: "The percentage of available memory usable for handshake connections beforestateless retry is used. Calculated as `N/65535`. Default: 65"
|
en: "The percentage of available memory usable for handshake connections before stateless retry is used. Calculated as `N/65535`. Default: 65"
|
||||||
zh: "在使用无状态重试之前,可用于握手连接的可用内存的百分比。计算为`N/65535`。默认值:65"
|
zh: "在使用无状态重试之前,可用于握手连接的可用内存的百分比。计算为`N/65535`。默认值:65"
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
|
@ -2123,7 +2123,7 @@ fields_mqtt_quic_listener_max_operations_per_drain {
|
||||||
|
|
||||||
fields_mqtt_quic_listener_send_buffering_enabled {
|
fields_mqtt_quic_listener_send_buffering_enabled {
|
||||||
desc {
|
desc {
|
||||||
en: "Buffer send data instead of holding application buffers untilsent data is acknowledged. Default: 1 (Enabled)"
|
en: "Buffer send data instead of holding application buffers until sent data is acknowledged. Default: 1 (Enabled)"
|
||||||
zh: "缓冲发送数据,而不是保留应用缓冲区,直到发送数据被确认。默认值:1(启用)"
|
zh: "缓冲发送数据,而不是保留应用缓冲区,直到发送数据被确认。默认值:1(启用)"
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
|
@ -2200,7 +2200,7 @@ fields_mqtt_quic_listener_maximum_mtu {
|
||||||
|
|
||||||
fields_mqtt_quic_listener_mtu_discovery_search_complete_timeout_us {
|
fields_mqtt_quic_listener_mtu_discovery_search_complete_timeout_us {
|
||||||
desc {
|
desc {
|
||||||
en: "The time in microseconds to wait before reattempting MTU probing ifmax was not reached. Default: 600000000"
|
en: "The time in microseconds to wait before reattempting MTU probing if max was not reached. Default: 600000000"
|
||||||
zh: "如果没有达到 max ,在重新尝试 MTU 探测之前要等待的时间,单位是微秒。默认值:600000000"
|
zh: "如果没有达到 max ,在重新尝试 MTU 探测之前要等待的时间,单位是微秒。默认值:600000000"
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
|
@ -2222,7 +2222,7 @@ fields_mqtt_quic_listener_mtu_discovery_missing_probe_count {
|
||||||
|
|
||||||
fields_mqtt_quic_listener_max_binding_stateless_operations {
|
fields_mqtt_quic_listener_max_binding_stateless_operations {
|
||||||
desc {
|
desc {
|
||||||
en: "The maximum number of stateless operations that may be queued ona binding at any one time. Default: 100"
|
en: "The maximum number of stateless operations that may be queued on a binding at any one time. Default: 100"
|
||||||
zh: "在任何时候可以在一个绑定上排队的无状态操作的最大数量。默认值:100"
|
zh: "在任何时候可以在一个绑定上排队的无状态操作的最大数量。默认值:100"
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
|
|
Loading…
Reference in New Issue