工程师好,我在“TI Network Developer's Kit (NDK) v2.21 API Reference Guide” 中查看send()函数(P63)对flags参数的相关介绍,其共包含4个参数,具体如下:
然而我在ndk 文件夹中的socket.h文件中查找到flags 的参数描述如下:
其中共有5个参数,且不包含 MSG_EOR 和 MSG_EOF ,故请问一下工程师,这两个参数是在哪儿定义的呢?能否给出相关链接文件呢?
非常感谢!
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.
工程师好,我在“TI Network Developer's Kit (NDK) v2.21 API Reference Guide” 中查看send()函数(P63)对flags参数的相关介绍,其共包含4个参数,具体如下:
然而我在ndk 文件夹中的socket.h文件中查找到flags 的参数描述如下:
其中共有5个参数,且不包含 MSG_EOR 和 MSG_EOF ,故请问一下工程师,这两个参数是在哪儿定义的呢?能否给出相关链接文件呢?
非常感谢!