mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 04:55:58 +03:00
[GH-ISSUE #252] 从goquiet到现在的新版本cloak一直存在问题 #204
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#204
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yqk100 on GitHub (Feb 26, 2024).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/252
cloak或goquiet运行正常的状态下,切换WLAN/移动网络或移动网络切换基站后会很大几率出现有重连但无法使用的情况;cloak有很大概率,goquiet基本百分百触发!必须重启客户端后才能使用。
无切网络,在Win或安卓后台正常运行使用也会频繁出现有连接但无法使用的情况,日志没有报错(已经有人反馈过了);也是必须重启客户端才能使用。
@qwerttvv commented on GitHub (Mar 7, 2024):
试试修改参数NumConn
@ThEWiZaRd0fBsoD commented on GitHub (May 6, 2024):
https://github.com/cbeuw/Cloak/issues/229
这里有和你一样的问题,我认为Cloak并不会意识到当前连接已经因为某种原因断开/关闭。
我的做法是设置KeepAlive参数为5(或者更低)以让Cloak不断地发送保持活动信息(更快地发现连接已经被关闭)。
@windstander commented on GitHub (Apr 11, 2025):
我的感觉是重连后速度要慢一些,手动断开再连一次速度更理想。