You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2020. It is now read-only.
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?