Hi, In which cases may uv_udp_send() return error? One case coming to my mind (tested with other Reactor based libraries) happens when the socket binds into an IPv4 interface/address and we call sendmsg() by passing a IPv6 or maybe a IPv4 address that, due to local network routing policy, is not reachable from the binding interface/address.
In those cases, would uv_udp_send() *directly* return an error? or would it be done in the send callback? Thanks a lot. -- 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 http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
