socket()

socket ( AF_LOCAL, SOCK_STREAM, 0 )
returns an error,
errno is set to 2, ENOENT, “No such file or directory”

What’s wrong ?

Dmitri Alexeyev wrote:

socket ( AF_LOCAL, SOCK_STREAM, 0 )
returns an error,
errno is set to 2, ENOENT, “No such file or directory”

What’s wrong ?

Looks like domain sockets are still not supported :frowning:

That appears as not the only piece missing. Have a look at
news://inn.qnx.com/39DE3793.986F58A0%40hentschel.net

-Th