Networking Programming: getaddrinfo
I was reading about network programming and sockets with Beej’s Guide to Networking Programming, and we ended up writing a simplified version of the nslookup program in C. This program takes a domain name and finds the IPs associated with it by query...
Oct 15, 20254 min read12
