Socket Programming using TCP in C
A socket is a communication end point at a host. Socket programming helps in creating distributed networked applications.
0 Comments
October 3, 2018
A socket is a communication end point at a host. Socket programming helps in creating distributed networked applications.
The ss command gives the socket statistics. It gives information about the network connections. ss is a replacement for the netstat command.
The netstat command in Linux provides information about network connections, routing tables and network interface statistics.