Networking cheat sheet 2023-07-01 — Written by Andy Sukowski-Bang #networking #c #linux This cheat sheet is based on Beej’s Guide to Network Programming and summarizes the basics of network programming in C using <sys/socket.h>. I have uploaded an example server.c and client.c programm if you want to have a look. Read more →