Hi,
I am trying to send an image from my computer to the DSP with udp.
I am able to send data up to 3000 Bytes at once.
If I try to send more I get nothing (socket interrupt function is never called) although the sentdo function returns the right number (in the PC).
I set the buffer size to the maximum with setsockopt and SO_RCVBUF.
Any idea what can be the problem?
I use sys/bios 6.31.04.27.
the DSP is C6678.
thanks.