DSP作为服务器
我发包部分的程序是:
sendSocket = accept(recvSocket, (PSA)&dstAddr_s,&plen);
sendCount = send(sendSocket, &sendPacket, sizeof(sendPacket),0);
请问这是什么引起的呢?还望赐教
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.
DSP作为服务器
我发包部分的程序是:
sendSocket = accept(recvSocket, (PSA)&dstAddr_s,&plen);
sendCount = send(sendSocket, &sendPacket, sizeof(sendPacket),0);
请问这是什么引起的呢?还望赐教