I am just starting to learn about sockets programming using the book:
Adventures in UNIX Network Applications Programmimg - WILEY
I am looking at the UNIX domain to start with.
The connectionless datagram examples work fine on SUNs but not under Linux.
connect() returns INVALID PARAMETER as does recv(). I also noticed that
recv() does not block.
Can any one tell me if Are datagram sockets fully supported in the
UNIX domain under linux?
Thanks for any help
John