Currently I am using the select functionality with a tcp inet socket.
I need to migrate this to unix domain socket. From what I can see Unix domain sockets don't support select. Am I right ?
If not, is there an example code anywhere I can refer to? ( I have Unix domain sockets compiled in and basic send/receive working)