-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03/12/2014 02:22 AM, Iñaki Baz Castillo wrote: > Now I'm sure that libuv does not support Unix Domain sockets with > type SOCK_DGRAM (AKA Unix datagram sockets): >
You can create the socket yourself, put it in non-blocking mode and pass it uv_pipe_open. > https://github.com/joyent/libuv/blob/master/src/unix/stream.c#L925 > That is not what you think. > > I've also found a thread in the Node mailing list announcing the > drop of Unix datagram sockets (in 2011): > > https://groups.google.com/forum/#!topic/nodejs/iCzhcuxGP1I > > I expect that such an announcement should be done (or at least > also) in the libuv mailing list, rahter than just in the Node > mailing list (for all those libuv users not interested at all in > Node). > I'm not sure if we had the mailing list back in the 0.6 days. Also, back then node was probably the only libuv user. Cheers, - -- Saúl Ibarra Corretgé bettercallsaghul.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iQIcBAEBAgAGBQJTIAlzAAoJEEEOVVOum8BZy1wQAJEB6vRUfP7aVY2n0eQr1UYU ziyZxj7n9wyj9VKSyOt+d+S2wPmHHm80JN9q38F1PtBbAY26CUgPLLZsa+MMloWT epO0JnzwN66u1IVAR0MW04Ow7kMyQDM69rcr8bg6MjBFJx8fKpOfk/3Jun1pS23R /f8i4SOhDNhAEfcN3eMyRijDl73glyQIWJ+bNQvt9D8+FgG+aDPnWu2kF47iiuwZ foDumWhJfzEw03Im9ILjo0Bw18FBRVdcOUChohT5aQwFMdEIEsMJNEKFcrbPZHm1 9DyiH5mGMSLiHPmkqVd0LfUc8MdkaaVnydkdgkThCAOTEPKL+s3k4i13xg6bWobs uwsixkvpty5NaHYeyzVtolAYRUbAInI2s8K+sRcHAywOzjREEWxUps+K6j99I5MK TN0tt13mKEreov0106LP2nkVKwJEUvNK3TXq+DfBL1ZFfOXBhlOXKYvrGElPjEXZ t0ELI8TUktJdhgDwpa+FaBOU07h0Bi16qmc076QeQxuZyDhSh2JS2B3Kef6o0OmB PrtO4c3xaihZWKDp8nBy3hdnWqmsoAqiYfm+yidc5X2rGki2iFr0ltpW6zf13bVd +41/UGWQ4AFNzuzwO/Ts3NLzDfKtdH1n7yVqmPJrDlM31i5/gngAy+r2XdqNyUKN TmphtMwxFpbgkgJedg0A =TKaQ -----END PGP SIGNATURE----- -- 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.
