What is UDP echo server?
What is UDP echo server? UDP Echo Server In the UDP Echo server , we create a socket and bind to a advertized port number. Then an infinite loop is started to process the client requests for connections. The process receives data from the client using recvfrom () function and […]
Continue Reading