mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-04-14 12:48:28 +10:00
documentation: Add notes for hysteria2 compatibility issues
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
}
|
||||
```
|
||||
|
||||
!!! warning "Compatibility issues with original client"
|
||||
|
||||
When using the original client, the use case with `fastOpen=false` or UDP MTU >= 1200 is not supported.
|
||||
|
||||
!!! warning ""
|
||||
|
||||
QUIC, which is required by Hysteria2 is not included by default, see [Installation](/#installation).
|
||||
|
||||
@@ -25,6 +25,10 @@
|
||||
}
|
||||
```
|
||||
|
||||
!!! warning "与原始客户端的兼容性问题"
|
||||
|
||||
当使用原始客户端时,不支持 `fastOpen=false` 或者 UDP MTU >= 1200 的用例。
|
||||
|
||||
!!! warning ""
|
||||
|
||||
默认安装不包含被 Hysteria2 依赖的 QUIC,参阅 [安装](/zh/#_2)。
|
||||
|
||||
@@ -21,6 +21,10 @@
|
||||
}
|
||||
```
|
||||
|
||||
!!! warning "Compatibility issues with original server"
|
||||
|
||||
When using the original server, the use case with `fastOpen=false` or UDP MTU >= 1200 is not supported.
|
||||
|
||||
!!! warning ""
|
||||
|
||||
QUIC, which is required by Hysteria2 is not included by default, see [Installation](/#installation).
|
||||
|
||||
@@ -21,6 +21,10 @@
|
||||
}
|
||||
```
|
||||
|
||||
!!! warning "与原始服务器的兼容性问题"
|
||||
|
||||
当使用原始服务器时,不支持 `fastOpen=false` 或者 UDP MTU >= 1200 的用例。
|
||||
|
||||
!!! warning ""
|
||||
|
||||
默认安装不包含被 Hysteria2 依赖的 QUIC,参阅 [安装](/zh/#_2)。
|
||||
|
||||
Reference in New Issue
Block a user