documentation: Fix "Add notes for hysteria2 compatibility"

This commit is contained in:
世界 2023-09-07 09:11:36 +08:00
parent 9ce0a42a3f
commit fdd768f5e8
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
5 changed files with 10 additions and 10 deletions

View File

@ -5,8 +5,8 @@
**1**: **1**:
Added notes indicating compatibility issues with origin Hysteria2 Added notes indicating compatibility issues with the official
servers and clients when using `fastOpen=false` or UDP MTU >= 1200. Hysteria2 server and client when using `fastOpen=false` or UDP MTU >= 1200.
#### 1.5.0-beta.2 #### 1.5.0-beta.2

View File

@ -25,9 +25,9 @@
} }
``` ```
!!! warning "Compatibility issues with original client" !!! warning "Compatibility issues with the official client"
When using the original client, the use case with `fastOpen=false` or UDP MTU >= 1200 is not supported. The use case of `fastOpen=false` or UDP MTU >= 1200 is not supported when using the official client.
!!! warning "" !!! warning ""

View File

@ -25,7 +25,7 @@
} }
``` ```
!!! warning "与原始客户端的兼容性问题" !!! warning "与官方客户端的兼容性问题"
当使用原始客户端时,不支持 `fastOpen=false` 或者 UDP MTU >= 1200 的用例。 当使用原始客户端时,不支持 `fastOpen=false` 或者 UDP MTU >= 1200 的用例。

View File

@ -21,9 +21,9 @@
} }
``` ```
!!! warning "Compatibility issues with original server" !!! warning "Compatibility issues with the official server"
When using the original server, the use case with `fastOpen=false` or UDP MTU >= 1200 is not supported. The use case of UDP MTU >= 1200 is not supported when using the official server.
!!! warning "" !!! warning ""

View File

@ -21,9 +21,9 @@
} }
``` ```
!!! warning "与原始服务器的兼容性问题" !!! warning "与官方服务器的兼容性问题"
当使用原始服务器时,不支持 `fastOpen=false` 或者 UDP MTU >= 1200 的用例。 当使用原始服务器时,不支持 UDP MTU >= 1200 的用例。
!!! warning "" !!! warning ""