I try to use function uv_udp_send from UDP support but I have a problem and always receive -1.
|
size = sendto(handle->io_watcher.fd, req->bufs->base, |
The same function on Raspberry Pi work correct but on TizenRT UDP package isn't sending.
Are you sure that UDP work correct? I don't see any test for UDP in project. Could you add tests or simple example to confirm that UDP works correct?
I try to use function uv_udp_send from UDP support but I have a problem and always receive -1.
libtuv/src/unix/udp.c
Line 300 in 7428141
The same function on Raspberry Pi work correct but on TizenRT UDP package isn't sending.
Are you sure that UDP work correct? I don't see any test for UDP in project. Could you add tests or simple example to confirm that UDP works correct?