Hi, I create a non-blocking AF_UNIX SOCK_DGRAM socket and pass it to
uv_udp_open(fd), so then I use the UDP API of libuv.

It just works perfectly. But when I inspect the struct sockaddr* addr
given in the uv_udp_recv_cb():

- In OSX (Mavericks): I inspect the family of addr and, indeed, it is
AF_UNIX (OK).

- Linux (Debian 7): I inspect the family of addr and it is unknown.
This is, the given addr is not a struct sockaddr at all, but garbage.

Is this a bug?

-- 
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.

Reply via email to