File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,9 @@ cmdSYNACK 若不带有 data,则表示代理 stream 握手成功。若带有 da
7373
7474通知对方关闭对应 streamId 的 Stream。
7575
76+ - Session 正常时,本端收到 cmdFIN,关闭本地 Stream 后,不需要向对端回复 cmdFIN。
77+ - Session 关闭时,不需要发送 cmdFIN。
78+
7679#### cmdSettings
7780
7881其 data 目前为:
@@ -218,13 +221,7 @@ anytls 协议参数不包括 TLS 的参数。应该在另外的配置分区中
218221
219222## 更新记录
220223
221- ### 协议版本 2
222-
223- > ` anytls-go ` v0.0.7+
224-
225- > ` sing-anytls ` v0.0.7+ ( ` sing-box ` 1.12.0-alpha.21+ )
226-
227- > ` mihomo ` Prerelease-Alpha 2025.3.27+
224+ ### 协议版本 2 - v0.0.8 - 2025 年 4 月
228225
229226本次协议更新主要是为了应对隧道连接卡住的问题,实现更好的超时处理。
230227
@@ -244,3 +241,7 @@ anytls 协议参数不包括 TLS 的参数。应该在另外的配置分区中
244241当隧道连接意外断开且客户端未收到 RST 时,协议版本 1 的行为在极端情况下可能会导致很长的超时(取决于系统设置)。
245242
246243由于在版本 2 客户端打开 stream 时可以期待来自服务器的回复,如果长时间未收到回复,则代表可能网络出现问题,客户端可以提前关闭卡住的连接。
244+
245+ ### 协议版本 2 - v0.0.10 - 2025 年 9 月
246+
247+ 明确 ` cmdFIN ` 与 Session / Stream 关闭的行为。
Original file line number Diff line number Diff line change 3434
3535https://github.com/SagerNet/sing-box
3636
37- 已合并至 dev-next 分支。 它包含了 anytls 协议的服务器和客户端。
37+ 它包含了 anytls 协议的服务器和客户端。
3838
3939### mihomo
4040
4141https://github.com/MetaCubeX/mihomo
4242
43- 已合并至 Alpha 分支。 它包含了 anytls 协议的服务器和客户端。
43+ 它包含了 anytls 协议的服务器和客户端。
4444
4545### Shadowrocket
4646
Original file line number Diff line number Diff line change 11package util
22
3- var ProgramVersionName = "anytls/0.0.9 "
3+ var ProgramVersionName = "anytls/0.0.10 "
You can’t perform that action at this time.
0 commit comments