A PF_UNIX socket can be used to pass an open file descriptor between processes. However, the relevant control message seems to be missing in Guile's POSIX facilities (send only accepts a data message).
Am I mistaken, and are there any plans to add control message support to Guile's library? Marko