Hi,
I am using a c6678, SYS BIOS and NDK with CCS v5.03.
Is there an easy way to set up multiple UDP sockets without using the Daemon functions? My application cannot afford the time taken to spawn a thread on each transaction.
I have tried to set up a single socket, it binds and connects ok, and the call to "send" reports the correct number of byte have been sent, but I dont see anything arriving at the destination