I am about to write a very simple toolkit, in C++, for Unix domain socket IPC.
Are there any open source ones that people have used with good experience? If not, as consumers of such toolkit, what functionality/interface would one expect from it?
Thanks for your comments.