🧉 Martin
Tonight I'm hacking around with some socket programming. Haven't done any low level stuff in ages. So much fun!
🧉 Martin
Yeah, +1 for Beej's Guide in terms of a great intro to lots of the mechanics and protocol details. I was doing some NAT traversal stuff, and this was super helpful: bford.info/pub/net...
🧉 Martin
I did the same years back. Fun times! I have a funny coding story you might enjoy from back then - a real baptism by fire with C/socket programming. See if you can work out the problem before I reveal all in the end of the post :) martinrue.com/zzuy...
🐧 Aditya
Beej's guide is usually the goto resource for getting started. I've personally used it, and imo it's very well written. beej.us/guide/bgne...
💻 Kenneth Jensen
Second for Beej's guide! Good reference, too.