Hi, in Unix/Linux uv_pipe is implemented with Unix Socket, and from the documentation: uv_pipe_t is a subclass of uv_stream_t.
Should I assume that uv_pipe_t is always a AF_UNIX,SOCK_STREAM socket? Is it possible to use a AF_UNIX,SOCK_DGRAM socket within a uv_pipe? 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.
