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.
工具/软件:Code Composer Studio
你(们)好
我在使用 DNK 的过程中遇到问题(NDK_2_25_01_11)。 调用函数 send insocket.h:
静态内联 int send (socket s、void *pbuf、int size、int 标志)
{
返回 NDK_SEND (s、pbuf、size、flags);
当大小大于4194304 (1048576*4)字节时,有时调用函数的返回值小于要发送的大小。为什么?可以设置的最大传输大小是?
谢谢大家、此致