From 0b1724ee0a6f551df11fe4a86220789fe320bb8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 10:24:12 +0800 Subject: [PATCH 1/3] Update hysteria2.md --- docs/config/proxies/hysteria2.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/config/proxies/hysteria2.md b/docs/config/proxies/hysteria2.md index 6abfc8dcf..6a9042a79 100644 --- a/docs/config/proxies/hysteria2.md +++ b/docs/config/proxies/hysteria2.md @@ -37,6 +37,7 @@ proxies: # # skip-cert-verify: false # # name-cert-verify: example.com # # ...... + # handshake-timeout: 30 ###quic-go特殊配置项,不要随意修改除非你知道你在干什么### # initial-stream-receive-window: 8388608 # max-stream-receive-window: 8388608 @@ -83,3 +84,7 @@ QUIC 流量混淆器密码 最大线上数据包大小(字节)。仅限 `gecko`。 ## realm-opts + +## handshake-timeout + +单位为秒;配置后握手时不受外层连接超时影响;默认值为 0,表示仅使用外层连接超时 From fed06b64407b18f3782aa692b18cf40d12cb46b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 10:28:15 +0800 Subject: [PATCH 2/3] Update hysteria2.en.md --- docs/config/proxies/hysteria2.en.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/config/proxies/hysteria2.en.md b/docs/config/proxies/hysteria2.en.md index b80dca1df..c203bbf99 100644 --- a/docs/config/proxies/hysteria2.en.md +++ b/docs/config/proxies/hysteria2.en.md @@ -37,6 +37,7 @@ proxies: # # skip-cert-verify: false # # name-cert-verify: example.com # # ...... + # handshake-timeout: 30 ###Special quic-go options. Do not modify them unless you know what you are doing.### # initial-stream-receive-window: 8388608 # max-stream-receive-window: 8388608 @@ -83,3 +84,7 @@ Minimum wire packet size (in bytes). Restricted to `gecko` only. Maximum wire packet size (in bytes). Restricted to `gecko` only. ## realm-opts + +## handshake-timeout + +Specified in seconds. When set, the handshake timeout is independent of the outer connection timeout. The default value is `0`, meaning the handshake uses only the outer connection timeout. From f2728c49565499f4ece3fbcb4b56efcd7600d6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E8=88=9F=E8=A1=8C?= Date: Mon, 20 Jul 2026 10:29:49 +0800 Subject: [PATCH 3/3] Update hysteria2.ru.md --- docs/config/proxies/hysteria2.ru.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/config/proxies/hysteria2.ru.md b/docs/config/proxies/hysteria2.ru.md index 400a55627..7f7ad9195 100644 --- a/docs/config/proxies/hysteria2.ru.md +++ b/docs/config/proxies/hysteria2.ru.md @@ -37,6 +37,7 @@ proxies: # # skip-cert-verify: false # # name-cert-verify: example.com # # ...... + # handshake-timeout: 30 ###специальные настройки quic-go, не изменяйте без необходимости, если не знаете, что делаете### # initial-stream-receive-window: 8388608 # max-stream-receive-window: 8388608 @@ -83,3 +84,7 @@ proxies: Максимальный размер сетевого пакета (в байтах). Доступно только для `gecko`. ## realm-opts + +## handshake-timeout + +Указывается в секундах. После настройки тайм-аут рукопожатия не зависит от тайм-аута внешнего соединения. Значение по умолчанию — 0, что означает использование только тайм-аута внешнего соединения.