libunixonacid
libskarnet
skalibs
Software
skarnet.org

The unixmessage library interface

The following functions are declared in the skalibs/unixmessage.h header, and implemented in the libskarnet.a or libskarnet.so library.

General information

unixmessage implements message transmission over Unix domain sockets. Messages are made of standard untyped data (strings), but can also include file descriptors using fd-passing.

FIXME: To be completed.