On 26/12/16 09:35, cedar wu wrote:
Is there any new progress? I'm trying to use unix domain with SOCK_DGRAM. Since uv_pipe does not support DGRAM, I create the socket, set to non blocking mode, then pass it to uv_pipe_open. Afterwards, uv_pipe_bind return EINVAL. If I bind the socket myself without uv_pipe_bind, then uv_listen return ENOTSUP. I may be missing something.
I'm afraid there is no progress. This remains unsupported. Cheers, -- Saúl Ibarra Corretgé http://bettercallsaghul.com -- 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.
