I'm new to unix domain sockets so i tried beej's code for client and server from: http://beej.us/guide/bgipc/html/multi/unixsock.html
The server "works" but the client gives me an error when calling "connect" function. I'm getting: "Invalid argument" error.
any advice?