On Wed, Jan 22, 2014 at 1:29 PM, <[email protected]> wrote:
> What are you talking about? socketpair is POSIX.1-2001. I think the main
> problem may be finding a Windows equivalent though.
You are looking for a binding to socketpair(2), specifically? That
wasn't at all clear in your question.
I'm talking about linux unix domain abstract sockets. See below. The
only kind of "abstract" sockets I've heard of.
Good day,
Sam
* abstract: an abstract socket address is distinguished by the fact
that sun_path[0] is a null byte ('\0'). The socket's address in this
namespace is given by the additional bytes insun_path that are covered
by the specified length of the address structure. (Null bytes in the
name have no special significance.) The name has no connection with
file system pathnames. When the address of an abstract socket is
returned by getsockname(2), getpeername(2), and accept(2), the
returned addrlen is greater than sizeof(sa_family_t)(i.e., greater
than 2), and the name of the socket is contained in the first (addrlen
- sizeof(sa_family_t)) bytes of sun_path. The abstract socket
namespace is a nonportable Linux extension.
- http://linux.die.net/man/7/unix:
--
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.