On Mon, Mar 14, 2011 at 18:40, Bastien ROUCARIES <[email protected]> wrote: > It is easy to have a workable send/recvfd with SOCK_STREAM under unix > (except the close problem)
How so? You said that OOB is not supported by AF_UNIX stream sockets (only TCP, which does not support SCM_RIGHTS of course)? And writing a zero byte is out of question for SOCK_STREAM, since you cannot detect message boundaries. Paolo
