On Fri, Nov 1, 2024 at 9:59 AM Никита Т <[email protected]> wrote: > > Hi, all! > > if i bind UDP socket using uv_udp_bind command with port == 0 then the OS > chooses port randomly, right? But how can I obtain the choosen value? > > Thanks for attention
You can get it with uv_udp_getsockname(handle, ...). -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/libuv/CAHQurc-_ALjhNSJ_0yaqwMSBs%3D%3DZqvZgb02uRgc1FcT97UiMzw%40mail.gmail.com.
