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.

TMS320C6678: 是否有方案可以主动控制NDK中send()发送的流量

Part Number: TMS320C6678


各位专家及工程师好,我使用NDK的send函数时,项目会打印“03060.200 TcpTimeoutRexmt: Retransmit Timeout”;个人怀疑是TCP中send发送流量过剩导致的,现在想主动控制send()发送的流量,目前想到了3种方案,请大家评估一下方案的可行性或提供一个可行的方案。
方案1:是否可以获取TCP连接套接字发送缓冲区的剩余大小?
方案2:是否可以获取未使用的pktNumFrameBufs的数量?
方案3:是否可以在”03060.200 TcpTimeoutRexmt: Retransmit Timeout“的源文件添加标记位?