Part Number: PROCESSOR-SDK-AM437X
Tool/software: TI-RTOS
Hi,
By the SPRU524J, we can use the BSD socket API and non-BSD socket API. if we use the BSD socket API, we need to use the follow statement:
#include <sys/socket.h>
but I have a example code which seem to use the non-BSD socket API, but the manual do not mention the include statement about the non-BSD socket API.
so I do not know which statement should be deleted, when I migrate the non-BSD socket API to the the BSD socket API.