I havew a need to grant a TCP socket connection from a remote process. But I only want to allow one connection, and I don't want to have to use the accept function.
In other words, after I create and bind the socket, I'd like to listen for a connection on the existing file descriptor that is created when you create the TCP server socket.
Of course, life is full of wants, so I'm not going to jump off of a bridge if it can't be done.... however, I figure if it can be done, someone on this forum knows how.