Hello, I'm wondering how to send stdout of a execvp() call to an open inet socket.

After setting up the socket, and accepting a connection on it, here is what I have:


if (fork() == 0)
{...