Hi, I see that new methods were added to support the AF_UNIX family. The socket type is hardcoded to SOCK_STREAM. It looks like AF_UNIX can be used with SOCK_DGRAM. http://stackoverflow.com/questions/18711996/using-abstract-sockets-with-af-unix-sock-dgram
Why not adding an option to make the user choose the socket type? Victor
