2014-09-12 16:10 GMT+02:00 Oliver Kindernay <[email protected]>: > is it possible to create UDP Unix domain socket with libuv and if so, how?
Not natively. You can use uv_poll() for that. There is a plugin/module for Node somewhere. -- 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.
