Socket programming using the select system call
The select system call helps a server monitor sockets of multiple clients for readiness of I/O operations. The select call is explained.
0 Comments
January 29, 2019
The select system call helps a server monitor sockets of multiple clients for readiness of I/O operations. The select call is explained.
User Datagram Protocol (UDP) is a connectionless communication protocol. UDP is explained with example client server programs.