γνώση
About

Redirect stdin stdout to TCP Socket

Jan 17, 2024

http://cs.baylor.edu/~donahoo/practical/CSockets/textcode.html

Change TCPEchoServer-Fork-SIGCHLD.c line 48-49 from

    HandleTCPClient(clntSock);
    exit(0);              /* Child process done */

to

    dup2(clntSock, 0);
    dup2(clntSock, 1);
    execlp(...);

γνώση

  • γνώση
  • jli05
  • jli05

Blog in financial markets, trading, and more broadly information processing