What are you talking about? socketpair is POSIX.1-2001. I think the main problem may be finding a Windows equivalent though.
On Monday, January 20, 2014 4:02:11 PM UTC-8, Sam Roberts wrote: > > Unix domain abstract sockets It won't even work on other Unixen, > unless they are starting to emulate Linux extensions, which I haven't > heard of. > > I think you can do this already with libuv, can't you? Opening the > socket descriptor and setting it up yourself and creating a libuv > wrapper object using your sock. Its not portable, of course, no > surprise, but you don't care if you're using non-portable socket > types. > -- 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/groups/opt_out.
