Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用数据共享udp会断流 #139

Open
mcjie opened this issue Sep 1, 2024 · 2 comments
Open

使用数据共享udp会断流 #139

mcjie opened this issue Sep 1, 2024 · 2 comments

Comments

@mcjie
Copy link

mcjie commented Sep 1, 2024

使用wifi共享,和平精英不会断流,使用流量共享,百分比会触发断流。

@i-apples
Copy link

i-apples commented Oct 23, 2024

+1,我也遇到了类似的问题,具体表现是使用5G流量+WLAN共享。

如果宿主设备在进行大流量消耗(如下载文件)的情况下
同时另一个连WiFi的设备玩LOL手游(upd流量),网络的ping值非常不稳定,极少数情况会触发断流。此时即使宿主设备关闭任何网络下载也不能恢复lol的ping值。必须彻底关闭box模块,然后重启WLAN分享热点才行。但如果一开始宿主机器不上网,仅共享WLAN热点作为一个软路由用。那么LOL手游的ping就非常稳定。

box的配置文件我是用的mixed模式+clash

clash配置文件如下
tun:
enable: false
mixed-port: 7890
allow-lan: true
bind-address: ''
mode: rule
log-level: info
external-controller: '127.0.0.1:9090'
dns:
enable: true
listen: 0.0.0.0:1053
ipv6: false
default-nameserver: [223.5.5.5, 119.29.29.29]
enhanced-mode: fake-ip
fake-ip-range: 198.18.0.1/16
fake-ip-filter:
- '
.lan'
- weatherapi.market.xiaomi.com

@i-apples
Copy link

建议先用回cfm吧,等作者fix。cfm虽然不维护了,但功能很稳定

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants