>> Once a UDP socket is connected, is the sockaddr* addr in >> uv_udp_recv_cb always point to the same address?
> You mean the same sockaddr right? tbh I don't know. Probably it is, but > should be something straightforward to test. I understand/expect that the sockaddr* addr given in uv_udp_recv_cb would be the very same as the one the app provided uv_udp_connect() with. -- Iñaki Baz Castillo <[email protected]> -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
