安卓14下似乎性能很差
#53
-
碰上一件奇怪的事情,我手上有两个设备: |
Beta Was this translation helpful? Give feedback.
Answered by
star-o0O
Sep 2, 2024
Replies: 2 comments 1 reply
-
最近在写使用wlan直连的设备控制了,应该国庆左右能发个一版,易控暂时不维护了 |
Beta Was this translation helpful? Give feedback.
1 reply
-
看了一下代码,发现为了兼容性调小了参数 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
star-o0O
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
看了一下代码,发现为了兼容性调小了参数
public static final int CONNECT_MAXDATA = 15 * 1024
我改成原先推荐的
public static final int CONNECT_MAXDATA = 1024 * 1024
按上述操作测试了几天,流畅极了