问题,程序跑起来后一直打印以下语句
TCP: Retransmit Timeout
TCP: keep Timeout
如果出现以上打印,并且网络ping不稳定时断时续。
解决办法是:
在NDK优先级最高的线程中,将 TCP Tx buffer size UDP buffer size 等改大,默认是8192 bytes,可改为8192*4.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
问题,程序跑起来后一直打印以下语句
TCP: Retransmit Timeout
TCP: keep Timeout
如果出现以上打印,并且网络ping不稳定时断时续。
解决办法是:
在NDK优先级最高的线程中,将 TCP Tx buffer size UDP buffer size 等改大,默认是8192 bytes,可改为8192*4.