Mmx233 / BitSrunLoginGo

深澜校园网登录程序 Go 语言版,适用于Windows、Linux、路由器等。提供对 Docker、Go Module、OpenWrt 的支持
GNU Affero General Public License v3.0
303 stars 27 forks source link

增加多网卡小lantency功能 #37

Closed happilying closed 3 weeks ago

happilying commented 2 months ago

RT,两次认证时间间隔要大于三秒…

Mmx233 commented 1 month ago

wait for this be released: https://github.com/Mmx233/BackoffCli

Mmx233 commented 3 weeks ago

目前发布的版本是带有认证间隔的,默认为五分钟

settings:
    guardian:
        duration: 300
Mmx233 commented 3 weeks ago

或者你也可以尝试新增的积分退避功能:Release v1.6.1-beta1

happilying commented 3 weeks ago

倒不是这个间隔,指的是多网卡的问题,多网卡不适用于这个间隔(多网卡默认几乎同时登录导致触发间隔冷却)可以设计一个多网卡之间的小间隔防止认证失败问题

Mmx233 commented 3 weeks ago

Try Release v1.6.1-beta2

happilying commented 3 weeks ago

It works.Thanks!

Mmx233 commented 3 weeks ago

如果你在使用 backoff 和 guardian,且使用一段时间后没有发现问题,请告诉我以帮助发布正式版本