2014-04-23 17:43 GMT+02:00 Saúl Ibarra Corretgé <[email protected]>: > My guess is that the field is not populated because your socket is > "connected" (because you use a socketpair), so there is no need to > tell you where the datagram was received from. Try this patch: > https://gist.github.com/saghul/11220483 which will give you NULL in > that case, instead of garbage.
Yep! now in Linux the addr field is NULL. Great. -- 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.
