Programming UDP sockets in C on Linux – Client and Server example

UDP sockets This article describes how to write a simple echo server and client using udp sockets in C on Linux/Unix platform. UDP sockets or Datagram sockets are different from the TCP sockets in a number of ways. The most important difference is that UDP sockets are not connection oriented. More technically speaking, a UDP … Continue reading Programming UDP sockets in C on Linux – Client and Server example