Hi,
I'm trying to send data from one OMAPL 138 evm to another OMAPL 138 evm through udp protocol.
In my application receiver side is working fine,but I'm getting fdError() as 55 in the transmitter side after sendto() function.
While looking into 'serrno.h' it is found to be error code corresponding to 'ENOBUFS' but I don't know in detail why it happens even though there is enough heap space
anyone do know what might be the real cause.
any suggestion will be appreciated
-Thanks
Gopish...