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.

C6748 sysbios ndk udp socket 发送着发着网络就断开了,程序卡死在node.c的NodeFind()的for循环里面



// 先创建一个服务器 端口 
hUdp = DaemonNew(SOCK_DGRAM, 0, 8686, UdpTest, OS_TASKPRINORM, OS_TASKSTKNORM, 0, 1);

UdpTest()专门用作接收

//又创建了另一个task,用socket再绑定同样地址,不通端口号,专门用作发送,目前少量数据的发送和接收都正常,但连续发送时就出现卡死在node.c文件中的for循环中,网络也断开ping不通板子了,请问可能是哪里出错了?