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.

CC3200 关闭socket时候发生错误 close socket (16) operation failed to transmit all queued packets !!!

Other Parts Discussed in Thread: CC3200, CC3200SDK

环境:

CC3200

SDK  1.4.0

ServicePack_1.0.1.13-2.11.0.1

1.运行 SDK中tcp_socket例子,向tcp服务器发送数据,在关闭socket时候跳转到SimpleLinkSockEventHandler(),提示close socket (16) operation failed to transmit all queued packets 。

2,自己重新写了测试程序,接受到tcp服务器数据后关闭scoket,然后重新创建socket。每次都提示close socket (xx) operation failed to transmit all queued packets 。但是客户端数据接受正常。但是多次关闭重建后发现cc3200 接受数据速度变慢。