Getting socket info from a socket descriptor
This is one of the most common questions: given a socket descriptor, how can I tell the socket info (that is, IP and port) of the socket? Well, since there are two types of networks […]
This is one of the most common questions: given a socket descriptor, how can I tell the socket info (that is, IP and port) of the socket? Well, since there are two types of networks […]