Skip to content
Discussion options

You must be logged in to vote

看了一下代码,发现为了兼容性调小了参数
public static final int CONNECT_MAXDATA = 15 * 1024
我改成原先推荐的
public static final int CONNECT_MAXDATA = 1024 * 1024
按上述操作测试了几天,流畅极了

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@star-o0O
Comment options

Comment options

You must be logged in to vote
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
Category
Q&A
Labels
None yet
2 participants