Linux — Socket Deep Dive
Advanced Linux network troubleshooting knowledge

I have talked about the TCP and UDP protocols in my previous articles, . In this section, let’s explore Socket programming based on the TCP and UDP protocols.
When establishing a Socket, what parameters should be set? Socket programming carries out end-to-end communication, and often does not care how many LANs and…