Hello,
I'm working with C6748, NDK 2.20.05.33, BIOS 5.41.11.38.
We are developing a network application between the PC to DSP.
I have received an error (-1) while sending data through a socket. The send() API returned number of bytes less then requested. The fdError() returned (-1).
On which type of error or what is the description of the error(except no file descriptor session opened on a specific socket) occurred when the fdError() function returns -1?
Thank you.