Description: this file contains socket programming codes using Tcp(transmission control protocol).
this file contains a simple Tcp server and Tcp client code, Tcp server handling Tcp client by creating child process using fork(), and Tcp server handling multiple clients
To Search:
File list (Check if you may need any files):
socket programming\handling multiple clients.doc
..................\tcpserver.txt
..................\tcpclient using fork().c
..................\tcpserver using fork().c
..................\TcpServer handling 5 clients.txt
..................\tcpclient.txt
..................\Tcpserver simple code.c
..................\Tcpclient simple code.c
socket programming