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.
各位 技术支持好:
最近使用C6678 跑NDK TCP时发现经常有TCP: Retransmit timeout 消息输出到控制台,E2E上有人说是由于发送desc太少导致的,自己试了下面宏定义这个数改成144,和接收desc 等加起来刚好是256。
#define NIMU_NUM_TX_DESC 16u /**< Maximum number of TX descriptors used by NIMU */
我用的时候TI的 demo跑的,不知道我用的NDK这个版本是否有这个bug,我用的是 CCS5.3, ndk_2_21_01_38, bios_6_33_06_50.
希望各位能帮忙解决下,多谢