Ken Brown via Cygwin-patches wrote:
Are you aware of any test suite that I could run? I've been using examples from Kerrisk's book, because that's what I read to learn the basics of sockets. But those are just examples and are not meant to be comprehensive.
In ye olden days I used to use Stevens+Rago "Advanced Programming In The Unix Environment, 2nd ed.". Chapter 17 covers UNIX domain sockets as advanced IPC. It's more examples but maybe they hit different corners of the playing field. I don't know of a test suite or even a standalone program that exercises AF_UNIX.
..mark